Html Css Color HEX #D7496A Cabaret

📋 copy color: '#D7496A'

red 215 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #D7496A

Tints of Cabaret #D7496A

RGB

 RED value IS 215 (84.38% from 255) = 54.57%

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

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

R = 54.57%
G = 18.53%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7496A (or 0xD7496A) is known color: Cabaret. HEX triplet: D7, 49 and 6A. RGB value is (215,73,106). Sum of RGB (Red+Green+Blue) = 215+73+106=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7496A is #28B695. Grayscale: #777777. Windows color (decimal): -2668182 or 6965719. OLE color: 6965719.

HSL color Cylindrical-coordinate representation of color #D7496A: hue angle of 346.06º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7496A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 106 -
CMYK 0 0.66 0.51 0.16
HSL 346.06º 0.64% 0.56% -
HSV(B) 346.06º 0.66% 0.84% -
XYZ 33.01 20.25 15.81 -
YUV 119.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 215 73 106 0 0.66 0.51 0.16 346.06 0.64 0.56
Hex D7 49 6A 0 42 33 10 15A 40 38
Octal 327 111 152 0 102 63 20 532 100 70
Binary 11010111 1001001 1101010 0 1000010 110011 10000 101011010 1000000 111000

Color Harmonies of #D7496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7496A

Black with #D7496A

Text Example


Text Example

White with #D7496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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