Html Css Color HEX #C44864 Cabaret

📋 copy color: '#C44864'

red 196 ◦ green 72 ◦ blue 100

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

Shades of Cabaret #C44864

Tints of Cabaret #C44864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.57%

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

R = 53.26%
G = 19.57%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C44864 (or 0xC44864) is known color: Cabaret. HEX triplet: C4, 48 and 64. RGB value is (196,72,100). Sum of RGB (Red+Green+Blue) = 196+72+100=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C44864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44864 is #3BB79B. Grayscale: #707070. Windows color (decimal): -3913628 or 6572228. OLE color: 6572228.

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

Color convert

RGB 196 72 100 -
CMYK 0 0.63 0.49 0.23
HSL 346.45º 0.51% 0.53% -
HSV(B) 346.45º 0.63% 0.77% -
XYZ 27.38 17.29 13.95 -
YUV 112.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 196 72 100 0 0.63 0.49 0.23 346.45 0.51 0.53
Hex C4 48 64 0 3F 31 17 15A 33 35
Octal 304 110 144 0 77 61 27 532 63 65
Binary 11000100 1001000 1100100 0 111111 110001 10111 101011010 110011 110101

Color Harmonies of #C44864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44864

Black with #C44864

Text Example


Text Example

White with #C44864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44864; }

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

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

background-color css

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

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

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

border-color css

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

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

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