Html Css Color HEX #C44064 Cabaret

📋 copy color: '#C44064'

red 196 ◦ green 64 ◦ blue 100

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

Shades of Cabaret #C44064

Tints of Cabaret #C44064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 54.44%
G = 17.78%
B = 27.78%

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

#C44064 (or 0xC44064) is known color: Cabaret. HEX triplet: C4, 40 and 64. RGB value is (196,64,100). Sum of RGB (Red+Green+Blue) = 196+64+100=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C44064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44064 is #3BBF9B. Grayscale: #6B6B6B. Windows color (decimal): -3915676 or 6570180. OLE color: 6570180.

HSL color Cylindrical-coordinate representation of color #C44064: hue angle of 343.64º 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 #C44064 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 100 -
CMYK 0 0.67 0.49 0.23
HSL 343.64º 0.53% 0.51% -
HSV(B) 343.64º 0.67% 0.77% -
XYZ 26.9 16.32 13.79 -
YUV 107.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 196 64 100 0 0.67 0.49 0.23 343.64 0.53 0.51
Hex C4 40 64 0 43 31 17 158 35 33
Octal 304 100 144 0 103 61 27 530 65 63
Binary 11000100 1000000 1100100 0 1000011 110001 10111 101011000 110101 110011

Color Harmonies of #C44064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44064

Black with #C44064

Text Example


Text Example

White with #C44064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44064; }

 p { color: rgb(196,64,100); }

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

background-color css

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

 a { background-color: rgb(196,64,100); }

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

border-color css

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

 span { border-color: rgb(196,64,100); }

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