#D06269

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

Shades of Cabaret #D06269

Tints of Cabaret #D06269

Color information

#D06269 (or 0xD06269) is unknown color: approx Cabaret. HEX triplet: D0, 62 and 69. RGB value is (208,98,105). Sum of RGB (Red+Green+Blue) = 208+98+105=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D06269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06269 is #2F9D96. Grayscale: #838383. Windows color (decimal): -3120535 or 6906576. OLE color: 6906576.

HSL color Cylindrical-coordinate representation of color #D06269: hue angle of 356.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06269 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20898105-
CMYK00.530.500.18
HSL356.18º53.92%60%-
HSV(B)356.18º52.88%81.57%-
XYZ32.9323.1716.1-
YUV131.69112.94182.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.61%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=50.61%
G=23.84%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089810500.530.500.18356.1853.9260
HexD062690353212164363c
Octal32014215106562225446674
Binary1101000011000101101001011010111001010010101100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06269; }

 p { color: rgb(208,98,105); }

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

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

 a { background-color: rgb(208,98,105); }

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

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

 span { border-color: rgb(208,98,105); }

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