Html Css Color HEX #C84970 Cabaret

📋 copy color: '#C84970'

red 200 ◦ green 73 ◦ blue 112

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

Shades of Cabaret #C84970

Tints of Cabaret #C84970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

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

R = 51.95%
G = 18.96%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84970 (or 0xC84970) is known color: Cabaret. HEX triplet: C8, 49 and 70. RGB value is (200,73,112). Sum of RGB (Red+Green+Blue) = 200+73+112=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84970 is #37B68F. Grayscale: #737373. Windows color (decimal): -3651216 or 7358920. OLE color: 7358920.

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

Color convert

RGB 200 73 112 -
CMYK 0 0.64 0.44 0.22
HSL 341.57º 0.54% 0.54% -
HSV(B) 341.57º 0.64% 0.78% -
XYZ 29.13 18.21 17.31 -
YUV 115.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 200 73 112 0 0.64 0.44 0.22 341.57 0.54 0.54
Hex C8 49 70 0 40 2C 16 156 36 36
Octal 310 111 160 0 100 54 26 526 66 66
Binary 11001000 1001001 1110000 0 1000000 101100 10110 101010110 110110 110110

Color Harmonies of #C84970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84970

Black with #C84970

Text Example


Text Example

White with #C84970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84970; }

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

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

background-color css

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

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

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

border-color css

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

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

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