Html Css Color HEX #C09683 Quicksand

📋 copy color: '#C09683'

red 192 ◦ green 150 ◦ blue 131

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

Shades of Quicksand #C09683

Tints of Quicksand #C09683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 131 (51.56% from 255) = 27.7%

R = 40.59%
G = 31.71%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C09683 (or 0xC09683) is known color: Quicksand. HEX triplet: C0, 96 and 83. RGB value is (192,150,131). Sum of RGB (Red+Green+Blue) = 192+150+131=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09683 is #3F697C. Grayscale: #A0A0A0. Windows color (decimal): -4155773 or 8623808. OLE color: 8623808.

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

Color convert

RGB 192 150 131 -
CMYK 0 0.22 0.32 0.25
HSL 18.69º 0.33% 0.63% -
HSV(B) 18.69º 0.32% 0.75% -
XYZ 36.74 34.66 26.23 -
YUV 160.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 192 150 131 0 0.22 0.32 0.25 18.69 0.33 0.63
Hex C0 96 83 0 16 20 19 13 21 3F
Octal 300 226 203 0 26 40 31 23 41 77
Binary 11000000 10010110 10000011 0 10110 100000 11001 10011 100001 111111

Color Harmonies of #C09683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09683

Black with #C09683

Text Example


Text Example

White with #C09683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09683; }

 p { color: rgb(192,150,131); }

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

background-color css

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

 a { background-color: rgb(192,150,131); }

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

border-color css

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

 span { border-color: rgb(192,150,131); }

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