Html Css Color HEX #C0A296 Quicksand

📋 copy color: '#C0A296'

red 192 ◦ green 162 ◦ blue 150

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

Shades of Quicksand #C0A296

Tints of Quicksand #C0A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.14%

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

R = 38.1%
G = 32.14%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0A296 (or 0xC0A296) is known color: Quicksand. HEX triplet: C0, A2 and 96. RGB value is (192,162,150). Sum of RGB (Red+Green+Blue) = 192+162+150=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A296 is #3F5D69. Grayscale: #A9A9A9. Windows color (decimal): -4152682 or 9872064. OLE color: 9872064.

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

Color convert

RGB 192 162 150 -
CMYK 0 0.16 0.22 0.25
HSL 17.14º 0.25% 0.67% -
HSV(B) 17.14º 0.22% 0.75% -
XYZ 40.16 39.25 34.31 -
YUV 169.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 192 162 150 0 0.16 0.22 0.25 17.14 0.25 0.67
Hex C0 A2 96 0 10 16 19 11 19 43
Octal 300 242 226 0 20 26 31 21 31 103
Binary 11000000 10100010 10010110 0 10000 10110 11001 10001 11001 1000011

Color Harmonies of #C0A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A296

Black with #C0A296

Text Example


Text Example

White with #C0A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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