Html Css Color HEX #C85176 Cabaret

📋 copy color: '#C85176'

red 200 ◦ green 81 ◦ blue 118

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

Shades of Cabaret #C85176

Tints of Cabaret #C85176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

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

R = 50.13%
G = 20.3%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C85176 (or 0xC85176) is known color: Cabaret. HEX triplet: C8, 51 and 76. RGB value is (200,81,118). Sum of RGB (Red+Green+Blue) = 200+81+118=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85176 is #37AE89. Grayscale: #787878. Windows color (decimal): -3649162 or 7754184. OLE color: 7754184.

HSL color Cylindrical-coordinate representation of color #C85176: hue angle of 341.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85176 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 118 -
CMYK 0 0.59 0.41 0.22
HSL 341.34º 0.52% 0.55% -
HSV(B) 341.34º 0.6% 0.78% -
XYZ 30.03 19.47 19.32 -
YUV 120.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 200 81 118 0 0.59 0.41 0.22 341.34 0.52 0.55
Hex C8 51 76 0 3B 29 16 155 34 37
Octal 310 121 166 0 73 51 26 525 64 67
Binary 11001000 1010001 1110110 0 111011 101001 10110 101010101 110100 110111

Color Harmonies of #C85176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85176

Black with #C85176

Text Example


Text Example

White with #C85176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85176; }

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

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

background-color css

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

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

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

border-color css

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

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

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