Html Css Color HEX #C8496E Cabaret

📋 copy color: '#C8496E'

red 200 ◦ green 73 ◦ blue 110

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

Shades of Cabaret #C8496E

Tints of Cabaret #C8496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 52.22%
G = 19.06%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8496E (or 0xC8496E) is known color: Cabaret. HEX triplet: C8, 49 and 6E. RGB value is (200,73,110). Sum of RGB (Red+Green+Blue) = 200+73+110=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8496E is #37B691. Grayscale: #737373. Windows color (decimal): -3651218 or 7227848. OLE color: 7227848.

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

Color convert

RGB 200 73 110 -
CMYK 0 0.64 0.45 0.22
HSL 342.52º 0.54% 0.54% -
HSV(B) 342.52º 0.64% 0.78% -
XYZ 29.02 18.17 16.73 -
YUV 115.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 200 73 110 0 0.64 0.45 0.22 342.52 0.54 0.54
Hex C8 49 6E 0 40 2D 16 157 36 36
Octal 310 111 156 0 100 55 26 527 66 66
Binary 11001000 1001001 1101110 0 1000000 101101 10110 101010111 110110 110110

Color Harmonies of #C8496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8496E

Black with #C8496E

Text Example


Text Example

White with #C8496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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