Html Css Color HEX #C09892 Quicksand

📋 copy color: '#C09892'

red 192 ◦ green 152 ◦ blue 146

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

Shades of Quicksand #C09892

Tints of Quicksand #C09892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.02%

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

R = 39.18%
G = 31.02%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09892 (or 0xC09892) is known color: Quicksand. HEX triplet: C0, 98 and 92. RGB value is (192,152,146). Sum of RGB (Red+Green+Blue) = 192+152+146=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09892 is #3F676D. Grayscale: #A3A3A3. Windows color (decimal): -4155246 or 9607360. OLE color: 9607360.

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

Color convert

RGB 192 152 146 -
CMYK 0 0.21 0.24 0.25
HSL 7.83º 0.27% 0.66% -
HSV(B) 7.83º 0.24% 0.75% -
XYZ 38.15 35.74 32.08 -
YUV 163.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 192 152 146 0 0.21 0.24 0.25 7.83 0.27 0.66
Hex C0 98 92 0 15 18 19 8 1B 42
Octal 300 230 222 0 25 30 31 10 33 102
Binary 11000000 10011000 10010010 0 10101 11000 11001 1000 11011 1000010

Color Harmonies of #C09892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09892

Black with #C09892

Text Example


Text Example

White with #C09892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09892; }

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

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

background-color css

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

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

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

border-color css

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

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

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