Html Css Color HEX #C09F92 Quicksand

📋 copy color: '#C09F92'

red 192 ◦ green 159 ◦ blue 146

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

Shades of Quicksand #C09F92

Tints of Quicksand #C09F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 38.63%
G = 31.99%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09F92 (or 0xC09F92) is known color: Quicksand. HEX triplet: C0, 9F and 92. RGB value is (192,159,146). Sum of RGB (Red+Green+Blue) = 192+159+146=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F92 is #3F606D. Grayscale: #A7A7A7. Windows color (decimal): -4153454 or 9609152. OLE color: 9609152.

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

Color convert

RGB 192 159 146 -
CMYK 0 0.17 0.24 0.25
HSL 16.96º 0.27% 0.66% -
HSV(B) 16.96º 0.24% 0.75% -
XYZ 39.32 38.08 32.47 -
YUV 167.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 192 159 146 0 0.17 0.24 0.25 16.96 0.27 0.66
Hex C0 9F 92 0 11 18 19 11 1B 42
Octal 300 237 222 0 21 30 31 21 33 102
Binary 11000000 10011111 10010010 0 10001 11000 11001 10001 11011 1000010

Color Harmonies of #C09F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F92

Black with #C09F92

Text Example


Text Example

White with #C09F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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