#C1978B

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

Shades of Quicksand #C1978B

Tints of Quicksand #C1978B

Color information

#C1978B (or 0xC1978B) is unknown color: approx Quicksand. HEX triplet: C1, 97 and 8B. RGB value is (193,151,139). Sum of RGB (Red+Green+Blue) = 193+151+139=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1978B is #3E6874. Grayscale: #A2A2A2. Windows color (decimal): -4089973 or 9148353. OLE color: 9148353.

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

Color convert

RGB193151139-
CMYK00.220.280.24
HSL13.33º30.34%65.1%-
HSV(B)13.33º27.98%75.69%-
XYZ37.7235.3329.26-
YUV162.19114.91149.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=39.96%
G=31.26%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315113900.220.280.2413.3330.3465.1
HexC1978B0161C18d1e41
Octal30122721302634301536101
Binary11000001100101111000101101011011100110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1978B; }

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

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

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

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

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

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

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

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