Html Css Color HEX #C85771 Cabaret

📋 copy color: '#C85771'

red 200 ◦ green 87 ◦ blue 113

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

Shades of Cabaret #C85771

Tints of Cabaret #C85771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.75%

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 50%
G = 21.75%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85771 (or 0xC85771) is known color: Cabaret. HEX triplet: C8, 57 and 71. RGB value is (200,87,113). Sum of RGB (Red+Green+Blue) = 200+87+113=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85771 is #37A88E. Grayscale: #7B7B7B. Windows color (decimal): -3647631 or 7428040. OLE color: 7428040.

HSL color Cylindrical-coordinate representation of color #C85771: hue angle of 346.19º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85771 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 113 -
CMYK 0 0.56 0.44 0.22
HSL 346.19º 0.51% 0.56% -
HSV(B) 346.19º 0.57% 0.78% -
XYZ 30.21 20.29 17.95 -
YUV 123.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 200 87 113 0 0.56 0.44 0.22 346.19 0.51 0.56
Hex C8 57 71 0 38 2C 16 15A 33 38
Octal 310 127 161 0 70 54 26 532 63 70
Binary 11001000 1010111 1110001 0 111000 101100 10110 101011010 110011 111000

Color Harmonies of #C85771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85771

Black with #C85771

Text Example


Text Example

White with #C85771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85771; }

 p { color: rgb(200,87,113); }

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

background-color css

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

 a { background-color: rgb(200,87,113); }

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

border-color css

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

 span { border-color: rgb(200,87,113); }

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