Html Css Color HEX #C84864 Cabaret

📋 copy color: '#C84864'

red 200 ◦ green 72 ◦ blue 100

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

Shades of Cabaret #C84864

Tints of Cabaret #C84864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 53.76%
G = 19.35%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C84864 (or 0xC84864) is known color: Cabaret. HEX triplet: C8, 48 and 64. RGB value is (200,72,100). Sum of RGB (Red+Green+Blue) = 200+72+100=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C84864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84864 is #37B79B. Grayscale: #717171. Windows color (decimal): -3651484 or 6572232. OLE color: 6572232.

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

Color convert

RGB 200 72 100 -
CMYK 0 0.64 0.5 0.22
HSL 346.88º 0.54% 0.53% -
HSV(B) 346.88º 0.64% 0.78% -
XYZ 28.44 17.83 14 -
YUV 113.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 200 72 100 0 0.64 0.5 0.22 346.88 0.54 0.53
Hex C8 48 64 0 40 32 16 15B 36 35
Octal 310 110 144 0 100 62 26 533 66 65
Binary 11001000 1001000 1100100 0 1000000 110010 10110 101011011 110110 110101

Color Harmonies of #C84864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84864

Black with #C84864

Text Example


Text Example

White with #C84864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84864; }

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

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

background-color css

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

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

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

border-color css

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

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

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