Html Css Color HEX #C45666 Cabaret

📋 copy color: '#C45666'

red 196 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #C45666

Tints of Cabaret #C45666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 51.04%
G = 22.4%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45666 (or 0xC45666) is known color: Cabaret. HEX triplet: C4, 56 and 66. RGB value is (196,86,102). Sum of RGB (Red+Green+Blue) = 196+86+102=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C45666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45666 is #3BA999. Grayscale: #787878. Windows color (decimal): -3910042 or 6706884. OLE color: 6706884.

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

Color convert

RGB 196 86 102 -
CMYK 0 0.56 0.48 0.23
HSL 351.27º 0.48% 0.55% -
HSV(B) 351.27º 0.56% 0.77% -
XYZ 28.49 19.35 14.8 -
YUV 120.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 196 86 102 0 0.56 0.48 0.23 351.27 0.48 0.55
Hex C4 56 66 0 38 30 17 15F 30 37
Octal 304 126 146 0 70 60 27 537 60 67
Binary 11000100 1010110 1100110 0 111000 110000 10111 101011111 110000 110111

Color Harmonies of #C45666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45666

Black with #C45666

Text Example


Text Example

White with #C45666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45666; }

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

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

background-color css

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

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

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

border-color css

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

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

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