Html Css Color HEX #C84570 Cabaret

📋 copy color: '#C84570'

red 200 ◦ green 69 ◦ blue 112

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

Shades of Cabaret #C84570

Tints of Cabaret #C84570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 52.49%
G = 18.11%
B = 29.4%

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

#C84570 (or 0xC84570) is known color: Cabaret. HEX triplet: C8, 45 and 70. RGB value is (200,69,112). Sum of RGB (Red+Green+Blue) = 200+69+112=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C84570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84570 is #37BA8F. Grayscale: #717171. Windows color (decimal): -3652240 or 7357896. OLE color: 7357896.

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

Color convert

RGB 200 69 112 -
CMYK 0 0.66 0.44 0.22
HSL 340.31º 0.54% 0.53% -
HSV(B) 340.31º 0.66% 0.78% -
XYZ 28.87 17.71 17.23 -
YUV 113.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 200 69 112 0 0.66 0.44 0.22 340.31 0.54 0.53
Hex C8 45 70 0 42 2C 16 154 36 35
Octal 310 105 160 0 102 54 26 524 66 65
Binary 11001000 1000101 1110000 0 1000010 101100 10110 101010100 110110 110101

Color Harmonies of #C84570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84570

Black with #C84570

Text Example


Text Example

White with #C84570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84570; }

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

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

background-color css

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

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

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

border-color css

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

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

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