Html Css Color HEX #C85471 Cabaret

📋 copy color: '#C85471'

red 200 ◦ green 84 ◦ blue 113

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

Shades of Cabaret #C85471

Tints of Cabaret #C85471

RGB

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

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

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

R = 50.38%
G = 21.16%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85471 (or 0xC85471) is known color: Cabaret. HEX triplet: C8, 54 and 71. RGB value is (200,84,113). Sum of RGB (Red+Green+Blue) = 200+84+113=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C85471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85471 is #37AB8E. Grayscale: #797979. Windows color (decimal): -3648399 or 7427272. OLE color: 7427272.

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

Color convert

RGB 200 84 113 -
CMYK 0 0.58 0.44 0.22
HSL 345º 0.51% 0.56% -
HSV(B) 345º 0.58% 0.78% -
XYZ 29.97 19.81 17.87 -
YUV 121.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 200 84 113 0 0.58 0.44 0.22 345 0.51 0.56
Hex C8 54 71 0 3A 2C 16 159 33 38
Octal 310 124 161 0 72 54 26 531 63 70
Binary 11001000 1010100 1110001 0 111010 101100 10110 101011001 110011 111000

Color Harmonies of #C85471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85471

Black with #C85471

Text Example


Text Example

White with #C85471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85471; }

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

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

background-color css

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

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

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

border-color css

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

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

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