Html Css Color HEX #C85C76 Cabaret

📋 copy color: '#C85C76'

red 200 ◦ green 92 ◦ blue 118

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

Shades of Cabaret #C85C76

Tints of Cabaret #C85C76

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 48.78%
G = 22.44%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C85C76 (or 0xC85C76) is known color: Cabaret. HEX triplet: C8, 5C and 76. RGB value is (200,92,118). Sum of RGB (Red+Green+Blue) = 200+92+118=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C76 is #37A389. Grayscale: #7F7F7F. Windows color (decimal): -3646346 or 7757000. OLE color: 7757000.

HSL color Cylindrical-coordinate representation of color #C85C76: hue angle of 345.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C76 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 92 118 -
CMYK 0 0.54 0.41 0.22
HSL 345.56º 0.5% 0.57% -
HSV(B) 345.56º 0.54% 0.78% -
XYZ 30.92 21.24 19.61 -
YUV 127.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 200 92 118 0 0.54 0.41 0.22 345.56 0.5 0.57
Hex C8 5C 76 0 36 29 16 15A 32 39
Octal 310 134 166 0 66 51 26 532 62 71
Binary 11001000 1011100 1110110 0 110110 101001 10110 101011010 110010 111001

Color Harmonies of #C85C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C76

Black with #C85C76

Text Example


Text Example

White with #C85C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C76; }

 p { color: rgb(200,92,118); }

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

background-color css

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

 a { background-color: rgb(200,92,118); }

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

border-color css

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

 span { border-color: rgb(200,92,118); }

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