Html Css Color HEX #C09F9F Dusty Grey

📋 copy color: '#C09F9F'

red 192 ◦ green 159 ◦ blue 159

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

Shades of Dusty Grey #C09F9F

Tints of Dusty Grey #C09F9F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.18%

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 37.65%
G = 31.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C09F9F (or 0xC09F9F) is known color: Dusty Grey. HEX triplet: C0, 9F and 9F. RGB value is (192,159,159). Sum of RGB (Red+Green+Blue) = 192+159+159=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F9F is #3F6060. Grayscale: #A8A8A8. Windows color (decimal): -4153441 or 10461120. OLE color: 10461120.

HSL color Cylindrical-coordinate representation of color #C09F9F: 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.17%. Process color model (Four color, CMYK) of #C09F9F is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 159 -
CMYK 0 0.17 0.17 0.25
HSL 0.21% 0.69% -
HSV(B) 0.17% 0.75% -
XYZ 40.39 38.51 38.1 -
YUV 168.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 192 159 159 0 0.17 0.17 0.25 0 0.21 0.69
Hex C0 9F 9F 0 11 11 19 0 15 45
Octal 300 237 237 0 21 21 31 0 25 105
Binary 11000000 10011111 10011111 0 10001 10001 11001 0 10101 1000101

Color Harmonies of #C09F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F9F

Black with #C09F9F

Text Example


Text Example

White with #C09F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F9F; }

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

 H1.HeaderClassName
 {
   color: #C09F9F;
 }
 .AnyTagClassName
 {
   color: #C09F9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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