Html Css Color HEX #C85479 Cabaret

📋 copy color: '#C85479'

red 200 ◦ green 84 ◦ blue 121

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

Shades of Cabaret #C85479

Tints of Cabaret #C85479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 49.38%
G = 20.74%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85479 (or 0xC85479) is known color: Cabaret. HEX triplet: C8, 54 and 79. RGB value is (200,84,121). Sum of RGB (Red+Green+Blue) = 200+84+121=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C85479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85479 is #37AB86. Grayscale: #7A7A7A. Windows color (decimal): -3648391 or 7951560. OLE color: 7951560.

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

Color convert

RGB 200 84 121 -
CMYK 0 0.58 0.39 0.22
HSL 340.86º 0.51% 0.56% -
HSV(B) 340.86º 0.58% 0.78% -
XYZ 30.44 20 20.35 -
YUV 122.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 200 84 121 0 0.58 0.39 0.22 340.86 0.51 0.56
Hex C8 54 79 0 3A 27 16 155 33 38
Octal 310 124 171 0 72 47 26 525 63 70
Binary 11001000 1010100 1111001 0 111010 100111 10110 101010101 110011 111000

Color Harmonies of #C85479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85479

Black with #C85479

Text Example


Text Example

White with #C85479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85479; }

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

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

background-color css

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

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

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

border-color css

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

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

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