Html Css Color HEX #C09E9E Dusty Grey

📋 copy color: '#C09E9E'

red 192 ◦ green 158 ◦ blue 158

#C09E9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #C09E9E

Tints of Dusty Grey #C09E9E

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 37.8%
G = 31.1%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C09E9E (or 0xC09E9E) is known color: 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

RGB 192 158 158 -
CMYK 0 0.18 0.18 0.25
HSL 0.21% 0.69% -
HSV(B) 0.18% 0.75% -
XYZ 40.14 38.13 37.59 -
YUV 168.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 192 158 158 0 0.18 0.18 0.25 0 0.21 0.69
Hex C0 9E 9E 0 12 12 19 0 15 45
Octal 300 236 236 0 22 22 31 0 25 105
Binary 11000000 10011110 10011110 0 10010 10010 11001 0 10101 1000101

Color Harmonies of #C09E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E9E

Black with #C09E9E

Text Example


Text Example

White with #C09E9E

Text Example


Text Example

HTML Codes & Css Web 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>