Html Css Color HEX #C4A291 Quicksand

📋 copy color: '#C4A291'

red 196 ◦ green 162 ◦ blue 145

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

Shades of Quicksand #C4A291

Tints of Quicksand #C4A291

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

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

 BLUE value IS 145 (57.03% from 255) = 28.83%

R = 38.97%
G = 32.21%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4A291 (or 0xC4A291) is known color: Quicksand. HEX triplet: C4, A2 and 91. RGB value is (196,162,145). Sum of RGB (Red+Green+Blue) = 196+162+145=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A291 is #3B5D6E. Grayscale: #AAAAAA. Windows color (decimal): -3890543 or 9544388. OLE color: 9544388.

HSL color Cylindrical-coordinate representation of color #C4A291: hue angle of 20º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A291 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 162 145 -
CMYK 0 0.17 0.26 0.23
HSL 20º 0.3% 0.67% -
HSV(B) 20º 0.26% 0.77% -
XYZ 40.8 39.62 32.29 -
YUV 170.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 196 162 145 0 0.17 0.26 0.23 20 0.3 0.67
Hex C4 A2 91 0 11 1A 17 14 1E 43
Octal 304 242 221 0 21 32 27 24 36 103
Binary 11000100 10100010 10010001 0 10001 11010 10111 10100 11110 1000011

Color Harmonies of #C4A291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A291

Black with #C4A291

Text Example


Text Example

White with #C4A291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A291; }

 p { color: rgb(196,162,145); }

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

background-color css

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

 a { background-color: rgb(196,162,145); }

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

border-color css

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

 span { border-color: rgb(196,162,145); }

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