#D95C6B

Color #D95C6B Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D95C6B

Tints of Cabaret #D95C6B

Color information

#D95C6B (or 0xD95C6B) is unknown color: approx Cabaret. HEX triplet: D9, 5C and 6B. RGB value is (217,92,107). Sum of RGB (Red+Green+Blue) = 217+92+107=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C6B is #26A394. Grayscale: #838383. Windows color (decimal): -2532245 or 7036121. OLE color: 7036121.

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

Color convert

RGB21792107-
CMYK00.580.510.15
HSL352.8º62.19%60.59%-
HSV(B)352.8º57.6%85.1%-
XYZ35.123.4716.59-
YUV131.08114.41189.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.16%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=52.16%
G=22.12%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179210700.580.510.15352.862.1960.59
HexD95C6B03A33F1613e3d
Octal33113415307263175417675
Binary110110011011100110101101110101100111111101100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C6B; }

 p { color: rgb(217,92,107); }

 H1.HeaderClassName
 {
   color: #D95C6B;
 }
 .AnyTagClassName
 {
   color: #D95C6B;
 }
</style>
background-color css

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

 a { background-color: rgb(217,92,107); }

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

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

 span { border-color: rgb(217,92,107); }

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