Html Css Color HEX #C84966 Cabaret

📋 copy color: '#C84966'

red 200 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #C84966

Tints of Cabaret #C84966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 53.33%
G = 19.47%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C84966 (or 0xC84966) is known color: Cabaret. HEX triplet: C8, 49 and 66. RGB value is (200,73,102). Sum of RGB (Red+Green+Blue) = 200+73+102=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C84966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84966 is #37B699. Grayscale: #727272. Windows color (decimal): -3651226 or 6703560. OLE color: 6703560.

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

Color convert

RGB 200 73 102 -
CMYK 0 0.64 0.49 0.22
HSL 346.3º 0.54% 0.54% -
HSV(B) 346.3º 0.64% 0.78% -
XYZ 28.6 18 14.54 -
YUV 114.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 200 73 102 0 0.64 0.49 0.22 346.3 0.54 0.54
Hex C8 49 66 0 40 31 16 15A 36 36
Octal 310 111 146 0 100 61 26 532 66 66
Binary 11001000 1001001 1100110 0 1000000 110001 10110 101011010 110110 110110

Color Harmonies of #C84966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84966

Black with #C84966

Text Example


Text Example

White with #C84966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84966; }

 p { color: rgb(200,73,102); }

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

background-color css

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

 a { background-color: rgb(200,73,102); }

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

border-color css

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

 span { border-color: rgb(200,73,102); }

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