Html Css Color HEX #C84963 Cabaret

📋 copy color: '#C84963'

red 200 ◦ green 73 ◦ blue 99

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

Shades of Cabaret #C84963

Tints of Cabaret #C84963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.61%

R = 53.76%
G = 19.62%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C84963 (or 0xC84963) is known color: Cabaret. HEX triplet: C8, 49 and 63. RGB value is (200,73,99). Sum of RGB (Red+Green+Blue) = 200+73+99=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C84963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84963 is #37B69C. Grayscale: #717171. Windows color (decimal): -3651229 or 6506952. OLE color: 6506952.

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

Color convert

RGB 200 73 99 -
CMYK 0 0.64 0.50 0.22
HSL 347.72º 0.54% 0.54% -
HSV(B) 347.72º 0.64% 0.78% -
XYZ 28.45 17.95 13.77 -
YUV 113.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 200 73 99 0 0.64 0.50 0.22 347.72 0.54 0.54
Hex C8 49 63 0 40 32 16 15C 36 36
Octal 310 111 143 0 100 62 26 534 66 66
Binary 11001000 1001001 1100011 0 1000000 110010 10110 101011100 110110 110110

Color Harmonies of #C84963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84963

Black with #C84963

Text Example


Text Example

White with #C84963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84963; }

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

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

background-color css

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

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

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

border-color css

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

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

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