Html Css Color HEX #C84571 Cabaret

📋 copy color: '#C84571'

red 200 ◦ green 69 ◦ blue 113

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

Shades of Cabaret #C84571

Tints of Cabaret #C84571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 52.36%
G = 18.06%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84571 (or 0xC84571) is known color: Cabaret. HEX triplet: C8, 45 and 71. RGB value is (200,69,113). Sum of RGB (Red+Green+Blue) = 200+69+113=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C84571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84571 is #37BA8E. Grayscale: #717171. Windows color (decimal): -3652239 or 7423432. OLE color: 7423432.

HSL color Cylindrical-coordinate representation of color #C84571: hue angle of 339.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84571 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 113 -
CMYK 0 0.66 0.44 0.22
HSL 339.85º 0.54% 0.53% -
HSV(B) 339.85º 0.66% 0.78% -
XYZ 28.93 17.73 17.52 -
YUV 113.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 200 69 113 0 0.66 0.44 0.22 339.85 0.54 0.53
Hex C8 45 71 0 42 2C 16 154 36 35
Octal 310 105 161 0 102 54 26 524 66 65
Binary 11001000 1000101 1110001 0 1000010 101100 10110 101010100 110110 110101

Color Harmonies of #C84571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84571

Black with #C84571

Text Example


Text Example

White with #C84571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84571; }

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

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

background-color css

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

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

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

border-color css

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

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

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