Html Css Color HEX #C85276 Cabaret

📋 copy color: '#C85276'

red 200 ◦ green 82 ◦ blue 118

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

Shades of Cabaret #C85276

Tints of Cabaret #C85276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 50%
G = 20.5%
B = 29.5%

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

#C85276 (or 0xC85276) is known color: Cabaret. HEX triplet: C8, 52 and 76. RGB value is (200,82,118). Sum of RGB (Red+Green+Blue) = 200+82+118=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85276 is #37AD89. Grayscale: #797979. Windows color (decimal): -3648906 or 7754440. OLE color: 7754440.

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

Color convert

RGB 200 82 118 -
CMYK 0 0.59 0.41 0.22
HSL 341.69º 0.52% 0.55% -
HSV(B) 341.69º 0.59% 0.78% -
XYZ 30.11 19.62 19.34 -
YUV 121.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 200 82 118 0 0.59 0.41 0.22 341.69 0.52 0.55
Hex C8 52 76 0 3B 29 16 156 34 37
Octal 310 122 166 0 73 51 26 526 64 67
Binary 11001000 1010010 1110110 0 111011 101001 10110 101010110 110100 110111

Color Harmonies of #C85276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85276

Black with #C85276

Text Example


Text Example

White with #C85276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85276; }

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

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

background-color css

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

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

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

border-color css

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

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

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