#C1978F

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

Shades of Quicksand #C1978F

Tints of Quicksand #C1978F

Color information

#C1978F (or 0xC1978F) is unknown color: approx Quicksand. HEX triplet: C1, 97 and 8F. RGB value is (193,151,143). Sum of RGB (Red+Green+Blue) = 193+151+143=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1978F is #3E6870. Grayscale: #A2A2A2. Windows color (decimal): -4089969 or 9410497. OLE color: 9410497.

HSL color Cylindrical-coordinate representation of color #C1978F: hue angle of 9.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1978F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193151143-
CMYK00.220.260.24
HSL9.6º28.74%65.88%-
HSV(B)9.6º25.91%75.69%-
XYZ38.0235.4530.83-
YUV162.65116.91149.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=39.63%
G=31.01%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315114300.220.260.249.628.7465.88
HexC1978F0161A18a1d42
Octal30122721702632301235102
Binary11000001100101111000111101011011010110001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1978F; }

 p { color: rgb(193,151,143); }

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

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

 a { background-color: rgb(193,151,143); }

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

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

 span { border-color: rgb(193,151,143); }

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