#D09692

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

Shades of Petite Orchid #D09692

Tints of Petite Orchid #D09692

Color information

#D09692 (or 0xD09692) is unknown color: approx Petite Orchid. HEX triplet: D0, 96 and 92. RGB value is (208,150,146). Sum of RGB (Red+Green+Blue) = 208+150+146=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09692 is #2F696D. Grayscale: #A6A6A6. Windows color (decimal): -3107182 or 9606864. OLE color: 9606864.

HSL color Cylindrical-coordinate representation of color #D09692: hue angle of 3.87º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09692 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208150146-
CMYK00.280.300.18
HSL3.87º39.74%69.41%-
HSV(B)3.87º29.81%81.57%-
XYZ42.1137.332.17-
YUV166.89116.22157.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=41.27%
G=29.76%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815014600.280.300.183.8739.7469.41
HexD0969201C1E1242845
Octal3202262220343622450105
Binary11010000100101101001001001110011110100101001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09692; }

 p { color: rgb(208,150,146); }

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

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

 a { background-color: rgb(208,150,146); }

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

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

 span { border-color: rgb(208,150,146); }

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