#C1988A

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

Shades of Quicksand #C1988A

Tints of Quicksand #C1988A

Color information

#C1988A (or 0xC1988A) is unknown color: approx Quicksand. HEX triplet: C1, 98 and 8A. RGB value is (193,152,138). Sum of RGB (Red+Green+Blue) = 193+152+138=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1988A is #3E6775. Grayscale: #A2A2A2. Windows color (decimal): -4089718 or 9083073. OLE color: 9083073.

HSL color Cylindrical-coordinate representation of color #C1988A: hue angle of 15.27º 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 #C1988A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193152138-
CMYK00.210.280.24
HSL15.27º30.73%64.9%-
HSV(B)15.27º28.5%75.69%-
XYZ37.8135.6328.93-
YUV162.66114.08149.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=39.96%
G=31.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315213800.210.280.2415.2730.7364.9
HexC1988A0151C18f1f41
Octal30123021202534301737101
Binary11000001100110001000101001010111100110001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1988A; }

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

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

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

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

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

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

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

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