#D69C92

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

Shades of Rose #D69C92

Tints of Rose #D69C92

Color information

#D69C92 (or 0xD69C92) is unknown color: approx Rose. HEX triplet: D6, 9C and 92. RGB value is (214,156,146). Sum of RGB (Red+Green+Blue) = 214+156+146=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C92 is #29636D. Grayscale: #ACACAC. Windows color (decimal): -2712430 or 9608406. OLE color: 9608406.

HSL color Cylindrical-coordinate representation of color #D69C92: hue angle of 8.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 #D69C92 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214156146-
CMYK00.270.320.16
HSL8.82º45.33%70.59%-
HSV(B)8.82º31.78%83.92%-
XYZ44.8140.1532.58-
YUV172.2113.22157.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=41.47%
G=30.23%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415614600.270.320.168.8245.3370.59
HexD69C9201B201092d47
Octal32623422203340201155107
Binary1101011010011100100100100110111000001000010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C92; }

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

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

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

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

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

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

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

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