Html Css Color HEX #C09486 Quicksand

📋 copy color: '#C09486'

red 192 ◦ green 148 ◦ blue 134

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

Shades of Quicksand #C09486

Tints of Quicksand #C09486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 40.51%
G = 31.22%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C09486 (or 0xC09486) is known color: Quicksand. HEX triplet: C0, 94 and 86. RGB value is (192,148,134). Sum of RGB (Red+Green+Blue) = 192+148+134=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C09486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09486 is #3F6B79. Grayscale: #9F9F9F. Windows color (decimal): -4156282 or 8819904. OLE color: 8819904.

HSL color Cylindrical-coordinate representation of color #C09486: hue angle of 14.48º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09486 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 134 -
CMYK 0 0.23 0.30 0.25
HSL 14.48º 0.32% 0.64% -
HSV(B) 14.48º 0.3% 0.75% -
XYZ 36.63 34.11 27.21 -
YUV 159.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 192 148 134 0 0.23 0.30 0.25 14.48 0.32 0.64
Hex C0 94 86 0 17 1E 19 E 20 40
Octal 300 224 206 0 27 36 31 16 40 100
Binary 11000000 10010100 10000110 0 10111 11110 11001 1110 100000 1000000

Color Harmonies of #C09486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09486

Black with #C09486

Text Example


Text Example

White with #C09486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09486; }

 p { color: rgb(192,148,134); }

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

background-color css

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

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

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

border-color css

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

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

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