Html Css Color HEX #C9496A Cabaret

📋 copy color: '#C9496A'

red 201 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #C9496A

Tints of Cabaret #C9496A

RGB

 RED value IS 201 (78.91% from 255) = 52.89%

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 52.89%
G = 19.21%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9496A (or 0xC9496A) is known color: Cabaret. HEX triplet: C9, 49 and 6A. RGB value is (201,73,106). Sum of RGB (Red+Green+Blue) = 201+73+106=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9496A is #36B695. Grayscale: #737373. Windows color (decimal): -3585686 or 6965705. OLE color: 6965705.

HSL color Cylindrical-coordinate representation of color #C9496A: hue angle of 344.53º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9496A is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 106 -
CMYK 0 0.64 0.47 0.21
HSL 344.53º 0.54% 0.54% -
HSV(B) 344.53º 0.64% 0.79% -
XYZ 29.07 18.22 15.62 -
YUV 115.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 201 73 106 0 0.64 0.47 0.21 344.53 0.54 0.54
Hex C9 49 6A 0 40 2F 15 159 36 36
Octal 311 111 152 0 100 57 25 531 66 66
Binary 11001001 1001001 1101010 0 1000000 101111 10101 101011001 110110 110110

Color Harmonies of #C9496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9496A

Black with #C9496A

Text Example


Text Example

White with #C9496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9496A; }

 p { color: rgb(201,73,106); }

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

background-color css

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

 a { background-color: rgb(201,73,106); }

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

border-color css

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

 span { border-color: rgb(201,73,106); }

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