Html Css Color HEX #C44163 Cabaret

📋 copy color: '#C44163'

red 196 ◦ green 65 ◦ blue 99

#C44163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C44163

Tints of Cabaret #C44163

RGB

 RED value IS 196 (76.95% from 255) = 54.44%

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 54.44%
G = 18.06%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C44163 (or 0xC44163) is known color: Cabaret. HEX triplet: C4, 41 and 63. RGB value is (196,65,99). Sum of RGB (Red+Green+Blue) = 196+65+99=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C44163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44163 is #3BBE9C. Grayscale: #6C6C6C. Windows color (decimal): -3915421 or 6504900. OLE color: 6504900.

HSL color Cylindrical-coordinate representation of color #C44163: hue angle of 344.43º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44163 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 99 -
CMYK 0 0.67 0.49 0.23
HSL 344.43º 0.53% 0.51% -
HSV(B) 344.43º 0.67% 0.77% -
XYZ 26.91 16.42 13.56 -
YUV 108.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 196 65 99 0 0.67 0.49 0.23 344.43 0.53 0.51
Hex C4 41 63 0 43 31 17 158 35 33
Octal 304 101 143 0 103 61 27 530 65 63
Binary 11000100 1000001 1100011 0 1000011 110001 10111 101011000 110101 110011

Color Harmonies of #C44163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44163

Black with #C44163

Text Example


Text Example

White with #C44163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44163; }

 p { color: rgb(196,65,99); }

 H1.HeaderClassName
 {
   color: #C44163;
 }
 .AnyTagClassName
 {
   color: #C44163;
 }
</style>

background-color css

<style>
 a { background-color: #C44163; }

 a { background-color: rgb(196,65,99); }

 div.DivClassName
 {
   background-color: #C44163;
 }
 .BgClassName
 {
   background-color: #C44163;
 }
</style>

border-color css

<style>
 span { border-color: #C44163; }

 span { border-color: rgb(196,65,99); }

 td.TdClassName
 {
   border-color: #C44163;
 }
 .TagClassName
 {
   border-color: #C44163;
 }
</style>