Html Css Color HEX #C85B76 Cabaret

📋 copy color: '#C85B76'

red 200 ◦ green 91 ◦ blue 118

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

Shades of Cabaret #C85B76

Tints of Cabaret #C85B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

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

R = 48.9%
G = 22.25%
B = 28.85%

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

#C85B76 (or 0xC85B76) is known color: Cabaret. HEX triplet: C8, 5B and 76. RGB value is (200,91,118). Sum of RGB (Red+Green+Blue) = 200+91+118=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B76 is #37A489. Grayscale: #7E7E7E. Windows color (decimal): -3646602 or 7756744. OLE color: 7756744.

HSL color Cylindrical-coordinate representation of color #C85B76: hue angle of 345.14º 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 #C85B76 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 118 -
CMYK 0 0.54 0.41 0.22
HSL 345.14º 0.5% 0.57% -
HSV(B) 345.14º 0.55% 0.78% -
XYZ 30.83 21.07 19.58 -
YUV 126.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 200 91 118 0 0.54 0.41 0.22 345.14 0.5 0.57
Hex C8 5B 76 0 36 29 16 159 32 39
Octal 310 133 166 0 66 51 26 531 62 71
Binary 11001000 1011011 1110110 0 110110 101001 10110 101011001 110010 111001

Color Harmonies of #C85B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B76

Black with #C85B76

Text Example


Text Example

White with #C85B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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