Html Css Color HEX #C84764 Cabaret

📋 copy color: '#C84764'

red 200 ◦ green 71 ◦ blue 100

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

Shades of Cabaret #C84764

Tints of Cabaret #C84764

RGB

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

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

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

R = 53.91%
G = 19.14%
B = 26.95%

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

#C84764 (or 0xC84764) is known color: Cabaret. HEX triplet: C8, 47 and 64. RGB value is (200,71,100). Sum of RGB (Red+Green+Blue) = 200+71+100=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C84764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84764 is #37B89B. Grayscale: #707070. Windows color (decimal): -3651740 or 6571976. OLE color: 6571976.

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

Color convert

RGB 200 71 100 -
CMYK 0 0.64 0.5 0.22
HSL 346.51º 0.54% 0.53% -
HSV(B) 346.51º 0.65% 0.78% -
XYZ 28.37 17.71 13.98 -
YUV 112.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 200 71 100 0 0.64 0.5 0.22 346.51 0.54 0.53
Hex C8 47 64 0 40 32 16 15B 36 35
Octal 310 107 144 0 100 62 26 533 66 65
Binary 11001000 1000111 1100100 0 1000000 110010 10110 101011011 110110 110101

Color Harmonies of #C84764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84764

Black with #C84764

Text Example


Text Example

White with #C84764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84764; }

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

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

background-color css

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

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

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

border-color css

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

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

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