Html Css Color HEX #D9496A Cabaret

📋 copy color: '#D9496A'

red 217 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #D9496A

Tints of Cabaret #D9496A

RGB

 RED value IS 217 (85.16% from 255) = 54.8%

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

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

R = 54.8%
G = 18.43%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9496A (or 0xD9496A) is known color: Cabaret. HEX triplet: D9, 49 and 6A. RGB value is (217,73,106). Sum of RGB (Red+Green+Blue) = 217+73+106=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9496A is #26B695. Grayscale: #777777. Windows color (decimal): -2537110 or 6965721. OLE color: 6965721.

HSL color Cylindrical-coordinate representation of color #D9496A: hue angle of 346.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9496A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 106 -
CMYK 0 0.66 0.51 0.15
HSL 346.25º 0.65% 0.57% -
HSV(B) 346.25º 0.66% 0.85% -
XYZ 33.6 20.56 15.83 -
YUV 119.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 217 73 106 0 0.66 0.51 0.15 346.25 0.65 0.57
Hex D9 49 6A 0 42 33 F 15A 41 39
Octal 331 111 152 0 102 63 17 532 101 71
Binary 11011001 1001001 1101010 0 1000010 110011 1111 101011010 1000001 111001

Color Harmonies of #D9496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9496A

Black with #D9496A

Text Example


Text Example

White with #D9496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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