Html Css Color HEX #C84872 Cabaret

📋 copy color: '#C84872'

red 200 ◦ green 72 ◦ blue 114

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

Shades of Cabaret #C84872

Tints of Cabaret #C84872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

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

R = 51.81%
G = 18.65%
B = 29.53%

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

#C84872 (or 0xC84872) is known color: Cabaret. HEX triplet: C8, 48 and 72. RGB value is (200,72,114). Sum of RGB (Red+Green+Blue) = 200+72+114=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84872 is #37B78D. Grayscale: #737373. Windows color (decimal): -3651470 or 7489736. OLE color: 7489736.

HSL color Cylindrical-coordinate representation of color #C84872: 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.64%. Process color model (Four color, CMYK) of #C84872 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 114 -
CMYK 0 0.64 0.43 0.22
HSL 340.31º 0.54% 0.53% -
HSV(B) 340.31º 0.64% 0.78% -
XYZ 29.17 18.13 17.88 -
YUV 115.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 200 72 114 0 0.64 0.43 0.22 340.31 0.54 0.53
Hex C8 48 72 0 40 2B 16 154 36 35
Octal 310 110 162 0 100 53 26 524 66 65
Binary 11001000 1001000 1110010 0 1000000 101011 10110 101010100 110110 110101

Color Harmonies of #C84872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84872

Black with #C84872

Text Example


Text Example

White with #C84872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84872; }

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

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

background-color css

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

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

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

border-color css

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

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

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