#D69299

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

Shades of Can Can #D69299

Tints of Can Can #D69299

Color information

#D69299 (or 0xD69299) is unknown color: approx Can Can. HEX triplet: D6, 92 and 99. RGB value is (214,146,153). Sum of RGB (Red+Green+Blue) = 214+146+153=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69299 is #296D66. Grayscale: #A7A7A7. Windows color (decimal): -2714983 or 10064598. OLE color: 10064598.

HSL color Cylindrical-coordinate representation of color #D69299: hue angle of 353.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69299 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214146153-
CMYK00.320.290.16
HSL353.82º45.33%70.59%-
HSV(B)353.82º31.78%83.92%-
XYZ43.7637.1535-
YUV167.13120.03161.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=41.72%
G=28.46%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414615300.320.290.16353.8245.3370.59
HexD692990201D101622d47
Octal326222231040352054255107
Binary110101101001001010011001010000011101100001011000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69299; }

 p { color: rgb(214,146,153); }

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

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

 a { background-color: rgb(214,146,153); }

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

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

 span { border-color: rgb(214,146,153); }

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