Html Css Color HEX #C4A192 Quicksand

📋 copy color: '#C4A192'

red 196 ◦ green 161 ◦ blue 146

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

Shades of Quicksand #C4A192

Tints of Quicksand #C4A192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.01%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 38.97%
G = 32.01%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4A192 (or 0xC4A192) is known color: Quicksand. HEX triplet: C4, A1 and 92. RGB value is (196,161,146). Sum of RGB (Red+Green+Blue) = 196+161+146=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A192 is #3B5E6D. Grayscale: #A9A9A9. Windows color (decimal): -3890798 or 9609668. OLE color: 9609668.

HSL color Cylindrical-coordinate representation of color #C4A192: hue angle of 18º 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 #C4A192 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 146 -
CMYK 0 0.18 0.26 0.23
HSL 18º 0.3% 0.67% -
HSV(B) 18º 0.26% 0.77% -
XYZ 40.7 39.3 32.63 -
YUV 169.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 196 161 146 0 0.18 0.26 0.23 18 0.3 0.67
Hex C4 A1 92 0 12 1A 17 12 1E 43
Octal 304 241 222 0 22 32 27 22 36 103
Binary 11000100 10100001 10010010 0 10010 11010 10111 10010 11110 1000011

Color Harmonies of #C4A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A192

Black with #C4A192

Text Example


Text Example

White with #C4A192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A192; }

 p { color: rgb(196,161,146); }

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

background-color css

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

 a { background-color: rgb(196,161,146); }

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

border-color css

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

 span { border-color: rgb(196,161,146); }

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