Html Css Color HEX #C09C92 Quicksand

📋 copy color: '#C09C92'

red 192 ◦ green 156 ◦ blue 146

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

Shades of Quicksand #C09C92

Tints of Quicksand #C09C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 38.87%
G = 31.58%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09C92 (or 0xC09C92) is known color: Quicksand. HEX triplet: C0, 9C and 92. RGB value is (192,156,146). Sum of RGB (Red+Green+Blue) = 192+156+146=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C92 is #3F636D. Grayscale: #A5A5A5. Windows color (decimal): -4154222 or 9608384. OLE color: 9608384.

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

Color convert

RGB 192 156 146 -
CMYK 0 0.19 0.24 0.25
HSL 13.04º 0.27% 0.66% -
HSV(B) 13.04º 0.24% 0.75% -
XYZ 38.82 37.06 32.3 -
YUV 165.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 192 156 146 0 0.19 0.24 0.25 13.04 0.27 0.66
Hex C0 9C 92 0 13 18 19 D 1B 42
Octal 300 234 222 0 23 30 31 15 33 102
Binary 11000000 10011100 10010010 0 10011 11000 11001 1101 11011 1000010

Color Harmonies of #C09C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C92

Black with #C09C92

Text Example


Text Example

White with #C09C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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