#C4917F

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

Shades of Quicksand #C4917F

Tints of Quicksand #C4917F

Color information

#C4917F (or 0xC4917F) is unknown color: approx Quicksand. HEX triplet: C4, 91 and 7F. RGB value is (196,145,127). Sum of RGB (Red+Green+Blue) = 196+145+127=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4917F is #3B6E80. Grayscale: #9E9E9E. Windows color (decimal): -3894913 or 8360388. OLE color: 8360388.

HSL color Cylindrical-coordinate representation of color #C4917F: hue angle of 15.65º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4917F is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196145127-
CMYK00.260.350.23
HSL15.65º36.9%63.33%-
HSV(B)15.65º35.2%76.86%-
XYZ36.7233.5224.61-
YUV158.2110.4154.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 127 (50% from 255) = 27.14%
R=41.88%
G=30.98%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614512700.260.350.2315.6536.963.33
HexC4917F01A231710253f
Octal3042211770324327204577
Binary110001001001000111111110110101000111011110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4917F; }

 p { color: rgb(196,145,127); }

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

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

 a { background-color: rgb(196,145,127); }

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

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

 span { border-color: rgb(196,145,127); }

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