Html Css Color HEX #C45866 Cabaret

📋 copy color: '#C45866'

red 196 ◦ green 88 ◦ blue 102

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

Shades of Cabaret #C45866

Tints of Cabaret #C45866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 50.78%
G = 22.8%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45866 (or 0xC45866) is known color: Cabaret. HEX triplet: C4, 58 and 66. RGB value is (196,88,102). Sum of RGB (Red+Green+Blue) = 196+88+102=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C45866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45866 is #3BA799. Grayscale: #797979. Windows color (decimal): -3909530 or 6707396. OLE color: 6707396.

HSL color Cylindrical-coordinate representation of color #C45866: hue angle of 352.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45866 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 88 102 -
CMYK 0 0.55 0.48 0.23
HSL 352.22º 0.48% 0.56% -
HSV(B) 352.22º 0.55% 0.77% -
XYZ 28.65 19.67 14.86 -
YUV 121.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 196 88 102 0 0.55 0.48 0.23 352.22 0.48 0.56
Hex C4 58 66 0 37 30 17 160 30 38
Octal 304 130 146 0 67 60 27 540 60 70
Binary 11000100 1011000 1100110 0 110111 110000 10111 101100000 110000 111000

Color Harmonies of #C45866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45866

Black with #C45866

Text Example


Text Example

White with #C45866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45866; }

 p { color: rgb(196,88,102); }

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

background-color css

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

 a { background-color: rgb(196,88,102); }

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

border-color css

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

 span { border-color: rgb(196,88,102); }

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