Html Css Color HEX #C85478 Cabaret

📋 copy color: '#C85478'

red 200 ◦ green 84 ◦ blue 120

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

Shades of Cabaret #C85478

Tints of Cabaret #C85478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 49.5%
G = 20.79%
B = 29.7%

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

#C85478 (or 0xC85478) is known color: Cabaret. HEX triplet: C8, 54 and 78. RGB value is (200,84,120). Sum of RGB (Red+Green+Blue) = 200+84+120=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85478 is #37AB87. Grayscale: #7A7A7A. Windows color (decimal): -3648392 or 7886024. OLE color: 7886024.

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

Color convert

RGB 200 84 120 -
CMYK 0 0.58 0.4 0.22
HSL 341.38º 0.51% 0.56% -
HSV(B) 341.38º 0.58% 0.78% -
XYZ 30.38 19.98 20.02 -
YUV 122.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 200 84 120 0 0.58 0.4 0.22 341.38 0.51 0.56
Hex C8 54 78 0 3A 28 16 155 33 38
Octal 310 124 170 0 72 50 26 525 63 70
Binary 11001000 1010100 1111000 0 111010 101000 10110 101010101 110011 111000

Color Harmonies of #C85478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85478

Black with #C85478

Text Example


Text Example

White with #C85478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85478; }

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

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

background-color css

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

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

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

border-color css

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

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

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