#D05C6A

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

Shades of Cabaret #D05C6A

Tints of Cabaret #D05C6A

Color information

#D05C6A (or 0xD05C6A) is unknown color: approx Cabaret. HEX triplet: D0, 5C and 6A. RGB value is (208,92,106). Sum of RGB (Red+Green+Blue) = 208+92+106=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C6A is #2FA395. Grayscale: #808080. Windows color (decimal): -3122070 or 6970576. OLE color: 6970576.

HSL color Cylindrical-coordinate representation of color #D05C6A: hue angle of 352.76º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05C6A is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20892106-
CMYK00.560.490.18
HSL352.76º55.24%58.82%-
HSV(B)352.76º55.77%81.57%-
XYZ32.4422.116.19-
YUV128.28115.43184.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=51.23%
G=22.66%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089210600.560.490.18352.7655.2458.82
HexD05C6A0383112161373b
Octal32013415207061225416773
Binary1101000010111001101010011100011000110010101100001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C6A; }

 p { color: rgb(208,92,106); }

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

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

 a { background-color: rgb(208,92,106); }

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

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

 span { border-color: rgb(208,92,106); }

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