Html Css Color HEX #C85578 Cabaret

📋 copy color: '#C85578'

red 200 ◦ green 85 ◦ blue 120

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

Shades of Cabaret #C85578

Tints of Cabaret #C85578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 49.38%
G = 20.99%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C85578 (or 0xC85578) is known color: Cabaret. HEX triplet: C8, 55 and 78. RGB value is (200,85,120). Sum of RGB (Red+Green+Blue) = 200+85+120=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C85578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85578 is #37AA87. Grayscale: #7B7B7B. Windows color (decimal): -3648136 or 7886280. OLE color: 7886280.

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

Color convert

RGB 200 85 120 -
CMYK 0 0.58 0.4 0.22
HSL 341.74º 0.51% 0.56% -
HSV(B) 341.74º 0.58% 0.78% -
XYZ 30.46 20.13 20.05 -
YUV 123.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 200 85 120 0 0.58 0.4 0.22 341.74 0.51 0.56
Hex C8 55 78 0 3A 28 16 156 33 38
Octal 310 125 170 0 72 50 26 526 63 70
Binary 11001000 1010101 1111000 0 111010 101000 10110 101010110 110011 111000

Color Harmonies of #C85578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85578

Black with #C85578

Text Example


Text Example

White with #C85578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85578; }

 p { color: rgb(200,85,120); }

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

background-color css

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

 a { background-color: rgb(200,85,120); }

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

border-color css

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

 span { border-color: rgb(200,85,120); }

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