Html Css Color HEX #C09286 Quicksand

📋 copy color: '#C09286'

red 192 ◦ green 146 ◦ blue 134

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

Shades of Quicksand #C09286

Tints of Quicksand #C09286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

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

R = 40.68%
G = 30.93%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C09286 (or 0xC09286) is known color: Quicksand. HEX triplet: C0, 92 and 86. RGB value is (192,146,134). Sum of RGB (Red+Green+Blue) = 192+146+134=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09286 is #3F6D79. Grayscale: #9E9E9E. Windows color (decimal): -4156794 or 8819392. OLE color: 8819392.

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

Color convert

RGB 192 146 134 -
CMYK 0 0.24 0.30 0.25
HSL 12.41º 0.32% 0.64% -
HSV(B) 12.41º 0.3% 0.75% -
XYZ 36.32 33.49 27.1 -
YUV 158.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 192 146 134 0 0.24 0.30 0.25 12.41 0.32 0.64
Hex C0 92 86 0 18 1E 19 C 20 40
Octal 300 222 206 0 30 36 31 14 40 100
Binary 11000000 10010010 10000110 0 11000 11110 11001 1100 100000 1000000

Color Harmonies of #C09286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09286

Black with #C09286

Text Example


Text Example

White with #C09286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09286; }

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

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

background-color css

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

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

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

border-color css

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

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

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