Html Css Color HEX #C0A096 Quicksand

📋 copy color: '#C0A096'

red 192 ◦ green 160 ◦ blue 150

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

Shades of Quicksand #C0A096

Tints of Quicksand #C0A096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 38.25%
G = 31.87%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0A096 (or 0xC0A096) is known color: Quicksand. HEX triplet: C0, A0 and 96. RGB value is (192,160,150). Sum of RGB (Red+Green+Blue) = 192+160+150=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A096 is #3F5F69. Grayscale: #A8A8A8. Windows color (decimal): -4153194 or 9871552. OLE color: 9871552.

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

Color convert

RGB 192 160 150 -
CMYK 0 0.17 0.22 0.25
HSL 14.29º 0.25% 0.67% -
HSV(B) 14.29º 0.22% 0.75% -
XYZ 39.81 38.55 34.2 -
YUV 168.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 192 160 150 0 0.17 0.22 0.25 14.29 0.25 0.67
Hex C0 A0 96 0 11 16 19 E 19 43
Octal 300 240 226 0 21 26 31 16 31 103
Binary 11000000 10100000 10010110 0 10001 10110 11001 1110 11001 1000011

Color Harmonies of #C0A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A096

Black with #C0A096

Text Example


Text Example

White with #C0A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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