Html Css Color HEX #C4917F Quicksand

📋 copy color: '#C4917F'

red 196 ◦ green 145 ◦ blue 127

#C4917F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #C4917F

Tints of Quicksand #C4917F

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 value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4917F (or 0xC4917F) is known color: 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

RGB 196 145 127 -
CMYK 0 0.26 0.35 0.23
HSL 15.65º 0.37% 0.63% -
HSV(B) 15.65º 0.35% 0.77% -
XYZ 36.72 33.52 24.61 -
YUV 158.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 196 145 127 0 0.26 0.35 0.23 15.65 0.37 0.63
Hex C4 91 7F 0 1A 23 17 10 25 3F
Octal 304 221 177 0 32 43 27 20 45 77
Binary 11000100 10010001 1111111 0 11010 100011 10111 10000 100101 111111

Color Harmonies of #C4917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4917F

Black with #C4917F

Text Example


Text Example

White with #C4917F

Text Example


Text Example

HTML Codes & Css Web 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>