Html Css Color HEX #C85376 Cabaret

📋 copy color: '#C85376'

red 200 ◦ green 83 ◦ blue 118

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

Shades of Cabaret #C85376

Tints of Cabaret #C85376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 49.88%
G = 20.7%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C85376 (or 0xC85376) is known color: Cabaret. HEX triplet: C8, 53 and 76. RGB value is (200,83,118). Sum of RGB (Red+Green+Blue) = 200+83+118=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C85376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85376 is #37AC89. Grayscale: #797979. Windows color (decimal): -3648650 or 7754696. OLE color: 7754696.

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

Color convert

RGB 200 83 118 -
CMYK 0 0.58 0.41 0.22
HSL 342.05º 0.52% 0.55% -
HSV(B) 342.05º 0.59% 0.78% -
XYZ 30.18 19.77 19.37 -
YUV 121.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 200 83 118 0 0.58 0.41 0.22 342.05 0.52 0.55
Hex C8 53 76 0 3A 29 16 156 34 37
Octal 310 123 166 0 72 51 26 526 64 67
Binary 11001000 1010011 1110110 0 111010 101001 10110 101010110 110100 110111

Color Harmonies of #C85376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85376

Black with #C85376

Text Example


Text Example

White with #C85376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85376; }

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

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

background-color css

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

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

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

border-color css

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

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

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