Html Css Color HEX #C09A92 Quicksand

📋 copy color: '#C09A92'

red 192 ◦ green 154 ◦ blue 146

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

Shades of Quicksand #C09A92

Tints of Quicksand #C09A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

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

R = 39.02%
G = 31.3%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09A92 (or 0xC09A92) is known color: Quicksand. HEX triplet: C0, 9A and 92. RGB value is (192,154,146). Sum of RGB (Red+Green+Blue) = 192+154+146=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A92 is #3F656D. Grayscale: #A4A4A4. Windows color (decimal): -4154734 or 9607872. OLE color: 9607872.

HSL color Cylindrical-coordinate representation of color #C09A92: hue angle of 10.43º 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 #C09A92 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 146 -
CMYK 0 0.20 0.24 0.25
HSL 10.43º 0.27% 0.66% -
HSV(B) 10.43º 0.24% 0.75% -
XYZ 38.48 36.39 32.19 -
YUV 164.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 192 154 146 0 0.20 0.24 0.25 10.43 0.27 0.66
Hex C0 9A 92 0 14 18 19 A 1B 42
Octal 300 232 222 0 24 30 31 12 33 102
Binary 11000000 10011010 10010010 0 10100 11000 11001 1010 11011 1000010

Color Harmonies of #C09A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A92

Black with #C09A92

Text Example


Text Example

White with #C09A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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