#C4958A

Color #C4958A Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C4958A

Tints of Quicksand #C4958A

Color information

#C4958A (or 0xC4958A) is unknown color: approx Quicksand. HEX triplet: C4, 95 and 8A. RGB value is (196,149,138). Sum of RGB (Red+Green+Blue) = 196+149+138=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4958A is #3B6A75. Grayscale: #A1A1A1. Windows color (decimal): -3893878 or 9082308. OLE color: 9082308.

HSL color Cylindrical-coordinate representation of color #C4958A: hue angle of 11.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4958A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196149138-
CMYK00.240.300.23
HSL11.38º32.95%65.49%-
HSV(B)11.38º29.59%76.86%-
XYZ38.135.0728.81-
YUV161.8114.57152.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=40.58%
G=30.85%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614913800.240.300.2311.3832.9565.49
HexC4958A0181E17b2141
Octal30422521203036271341101
Binary110001001001010110001010011000111101011110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4958A; }

 p { color: rgb(196,149,138); }

 H1.HeaderClassName
 {
   color: #C4958A;
 }
 .AnyTagClassName
 {
   color: #C4958A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,149,138); }

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

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

 span { border-color: rgb(196,149,138); }

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