Html Css Color HEX #C85870 Cabaret

📋 copy color: '#C85870'

red 200 ◦ green 88 ◦ blue 112

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

Shades of Cabaret #C85870

Tints of Cabaret #C85870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 50%
G = 22%
B = 28%

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

#C85870 (or 0xC85870) is known color: Cabaret. HEX triplet: C8, 58 and 70. RGB value is (200,88,112). Sum of RGB (Red+Green+Blue) = 200+88+112=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85870 is #37A78F. Grayscale: #7C7C7C. Windows color (decimal): -3647376 or 7362760. OLE color: 7362760.

HSL color Cylindrical-coordinate representation of color #C85870: hue angle of 347.14º degrees, saturation: 0.5, 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 #C85870 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 88 112 -
CMYK 0 0.56 0.44 0.22
HSL 347.14º 0.5% 0.56% -
HSV(B) 347.14º 0.56% 0.78% -
XYZ 30.23 20.43 17.68 -
YUV 124.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 200 88 112 0 0.56 0.44 0.22 347.14 0.5 0.56
Hex C8 58 70 0 38 2C 16 15B 32 38
Octal 310 130 160 0 70 54 26 533 62 70
Binary 11001000 1011000 1110000 0 111000 101100 10110 101011011 110010 111000

Color Harmonies of #C85870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85870

Black with #C85870

Text Example


Text Example

White with #C85870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85870; }

 p { color: rgb(200,88,112); }

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

background-color css

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

 a { background-color: rgb(200,88,112); }

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

border-color css

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

 span { border-color: rgb(200,88,112); }

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