#C1958A

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

Shades of Quicksand #C1958A

Tints of Quicksand #C1958A

Color information

#C1958A (or 0xC1958A) is unknown color: approx Quicksand. HEX triplet: C1, 95 and 8A. RGB value is (193,149,138). Sum of RGB (Red+Green+Blue) = 193+149+138=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1958A is #3E6A75. Grayscale: #A0A0A0. Windows color (decimal): -4090486 or 9082305. OLE color: 9082305.

HSL color Cylindrical-coordinate representation of color #C1958A: hue angle of 12º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1958A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193149138-
CMYK00.230.280.24
HSL12º30.73%64.9%-
HSV(B)12º28.5%75.69%-
XYZ37.3334.6728.77-
YUV160.9115.08150.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=40.21%
G=31.04%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314913800.230.280.241230.7364.9
HexC1958A0171C18c1f41
Octal30122521202734301437101
Binary11000001100101011000101001011111100110001100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1958A; }

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

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

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

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

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

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

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

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