#C09E9E

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

Shades of Dusty Grey #C09E9E

Tints of Dusty Grey #C09E9E

Color information

#C09E9E (or 0xC09E9E) is unknown color: approx Dusty Grey. HEX triplet: C0, 9E and 9E. RGB value is (192,158,158). Sum of RGB (Red+Green+Blue) = 192+158+158=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E9E is #3F6161. Grayscale: #A8A8A8. Windows color (decimal): -4153698 or 10395328. OLE color: 10395328.

HSL color Cylindrical-coordinate representation of color #C09E9E: hue angle of 0º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09E9E is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192158158-
CMYK00.180.180.25
HSL21.25%68.63%-
HSV(B)17.71%75.29%-
XYZ40.1438.1337.59-
YUV168.17122.26145-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=37.80%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215815800.180.180.25021.2568.63
HexC09E9E012121901545
Octal3002362360222231025105
Binary11000000100111101001111001001010010110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09E9E; }

 p { color: rgb(192,158,158); }

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

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

 a { background-color: rgb(192,158,158); }

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

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

 span { border-color: rgb(192,158,158); }

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