Html Css Color HEX #C8496F Cabaret

📋 copy color: '#C8496F'

red 200 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #C8496F

Tints of Cabaret #C8496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 52.08%
G = 19.01%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8496F (or 0xC8496F) is known color: Cabaret. HEX triplet: C8, 49 and 6F. RGB value is (200,73,111). Sum of RGB (Red+Green+Blue) = 200+73+111=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8496F is #37B690. Grayscale: #737373. Windows color (decimal): -3651217 or 7293384. OLE color: 7293384.

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

Color convert

RGB 200 73 111 -
CMYK 0 0.64 0.44 0.22
HSL 342.05º 0.54% 0.54% -
HSV(B) 342.05º 0.64% 0.78% -
XYZ 29.07 18.19 17.02 -
YUV 115.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 200 73 111 0 0.64 0.44 0.22 342.05 0.54 0.54
Hex C8 49 6F 0 40 2C 16 156 36 36
Octal 310 111 157 0 100 54 26 526 66 66
Binary 11001000 1001001 1101111 0 1000000 101100 10110 101010110 110110 110110

Color Harmonies of #C8496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8496F

Black with #C8496F

Text Example


Text Example

White with #C8496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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