Html Css Color HEX #C84770 Cabaret

📋 copy color: '#C84770'

red 200 ◦ green 71 ◦ blue 112

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

Shades of Cabaret #C84770

Tints of Cabaret #C84770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 52.22%
G = 18.54%
B = 29.24%

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

#C84770 (or 0xC84770) is known color: Cabaret. HEX triplet: C8, 47 and 70. RGB value is (200,71,112). Sum of RGB (Red+Green+Blue) = 200+71+112=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84770 is #37B88F. Grayscale: #727272. Windows color (decimal): -3651728 or 7358408. OLE color: 7358408.

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

Color convert

RGB 200 71 112 -
CMYK 0 0.64 0.44 0.22
HSL 340.93º 0.54% 0.53% -
HSV(B) 340.93º 0.65% 0.78% -
XYZ 29 17.96 17.27 -
YUV 114.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 200 71 112 0 0.64 0.44 0.22 340.93 0.54 0.53
Hex C8 47 70 0 40 2C 16 155 36 35
Octal 310 107 160 0 100 54 26 525 66 65
Binary 11001000 1000111 1110000 0 1000000 101100 10110 101010101 110110 110101

Color Harmonies of #C84770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84770

Black with #C84770

Text Example


Text Example

White with #C84770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84770; }

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

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

background-color css

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

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

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

border-color css

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

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

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