#D8606A

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

Shades of Cabaret #D8606A

Tints of Cabaret #D8606A

Color information

#D8606A (or 0xD8606A) is unknown color: approx Cabaret. HEX triplet: D8, 60 and 6A. RGB value is (216,96,106). Sum of RGB (Red+Green+Blue) = 216+96+106=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8606A is #279F95. Grayscale: #858585. Windows color (decimal): -2596758 or 6971608. OLE color: 6971608.

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

Color convert

RGB21696106-
CMYK00.560.510.15
HSL355º60.61%61.18%-
HSV(B)355º55.56%84.71%-
XYZ35.124.0116.42-
YUV133.02112.76187.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=51.67%
G=22.97%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169610600.560.510.1535560.6161.18
HexD8606A03833F1633d3d
Octal33014015207063175437575
Binary110110001100000110101001110001100111111101100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8606A; }

 p { color: rgb(216,96,106); }

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

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

 a { background-color: rgb(216,96,106); }

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

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

 span { border-color: rgb(216,96,106); }

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