Html Css Color HEX #C09280 Quicksand

📋 copy color: '#C09280'

red 192 ◦ green 146 ◦ blue 128

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

Shades of Quicksand #C09280

Tints of Quicksand #C09280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 41.2%
G = 31.33%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C09280 (or 0xC09280) is known color: Quicksand. HEX triplet: C0, 92 and 80. RGB value is (192,146,128). Sum of RGB (Red+Green+Blue) = 192+146+128=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C09280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09280 is #3F6D7F. Grayscale: #9D9D9D. Windows color (decimal): -4156800 or 8426176. OLE color: 8426176.

HSL color Cylindrical-coordinate representation of color #C09280: hue angle of 16.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09280 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 128 -
CMYK 0 0.24 0.33 0.25
HSL 16.88º 0.34% 0.63% -
HSV(B) 16.88º 0.33% 0.75% -
XYZ 35.91 33.32 24.96 -
YUV 157.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 192 146 128 0 0.24 0.33 0.25 16.88 0.34 0.63
Hex C0 92 80 0 18 21 19 11 22 3F
Octal 300 222 200 0 30 41 31 21 42 77
Binary 11000000 10010010 10000000 0 11000 100001 11001 10001 100010 111111

Color Harmonies of #C09280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09280

Black with #C09280

Text Example


Text Example

White with #C09280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09280; }

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

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

background-color css

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

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

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

border-color css

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

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

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