Html Css Color HEX #C84772 Cabaret

📋 copy color: '#C84772'

red 200 ◦ green 71 ◦ blue 114

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

Shades of Cabaret #C84772

Tints of Cabaret #C84772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 51.95%
G = 18.44%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C84772 (or 0xC84772) is known color: Cabaret. HEX triplet: C8, 47 and 72. RGB value is (200,71,114). Sum of RGB (Red+Green+Blue) = 200+71+114=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84772 is #37B88D. Grayscale: #727272. Windows color (decimal): -3651726 or 7489480. OLE color: 7489480.

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

Color convert

RGB 200 71 114 -
CMYK 0 0.64 0.43 0.22
HSL 340º 0.54% 0.53% -
HSV(B) 340º 0.65% 0.78% -
XYZ 29.11 18 17.86 -
YUV 114.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 200 71 114 0 0.64 0.43 0.22 340 0.54 0.53
Hex C8 47 72 0 40 2B 16 154 36 35
Octal 310 107 162 0 100 53 26 524 66 65
Binary 11001000 1000111 1110010 0 1000000 101011 10110 101010100 110110 110101

Color Harmonies of #C84772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84772

Black with #C84772

Text Example


Text Example

White with #C84772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84772; }

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

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

background-color css

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

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

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

border-color css

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

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

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