#D69C8F

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

Shades of Rose #D69C8F

Tints of Rose #D69C8F

Color information

#D69C8F (or 0xD69C8F) is unknown color: approx Rose. HEX triplet: D6, 9C and 8F. RGB value is (214,156,143). Sum of RGB (Red+Green+Blue) = 214+156+143=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C8F is #296370. Grayscale: #ABABAB. Windows color (decimal): -2712433 or 9411798. OLE color: 9411798.

HSL color Cylindrical-coordinate representation of color #D69C8F: hue angle of 10.99º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69C8F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214156143-
CMYK00.270.330.16
HSL10.99º46.41%70%-
HSV(B)10.99º33.18%83.92%-
XYZ44.5840.0631.37-
YUV171.86111.72158.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=41.72%
G=30.41%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415614300.270.330.1610.9946.4170
HexD69C8F01B2110b2e46
Octal32623421703341201356106
Binary1101011010011100100011110110111000011000010111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C8F; }

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

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

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

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

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

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

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

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