Html Css Color HEX #C5917E Quicksand

📋 copy color: '#C5917E'

red 197 ◦ green 145 ◦ blue 126

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

Shades of Quicksand #C5917E

Tints of Quicksand #C5917E

RGB

 RED value IS 197 (77.34% from 255) = 42.09%

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 126 (49.61% from 255) = 26.92%

R = 42.09%
G = 30.98%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5917E (or 0xC5917E) is known color: Quicksand. HEX triplet: C5, 91 and 7E. RGB value is (197,145,126). Sum of RGB (Red+Green+Blue) = 197+145+126=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5917E is #3A6E81. Grayscale: #9E9E9E. Windows color (decimal): -3829378 or 8294853. OLE color: 8294853.

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

Color convert

RGB 197 145 126 -
CMYK 0 0.26 0.36 0.23
HSL 16.06º 0.38% 0.63% -
HSV(B) 16.06º 0.36% 0.77% -
XYZ 36.92 33.63 24.28 -
YUV 158.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 197 145 126 0 0.26 0.36 0.23 16.06 0.38 0.63
Hex C5 91 7E 0 1A 24 17 10 26 3F
Octal 305 221 176 0 32 44 27 20 46 77
Binary 11000101 10010001 1111110 0 11010 100100 10111 10000 100110 111111

Color Harmonies of #C5917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5917E

Black with #C5917E

Text Example


Text Example

White with #C5917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5917E; }

 p { color: rgb(197,145,126); }

 H1.HeaderClassName
 {
   color: #C5917E;
 }
 .AnyTagClassName
 {
   color: #C5917E;
 }
</style>

background-color css

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

 a { background-color: rgb(197,145,126); }

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

border-color css

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

 span { border-color: rgb(197,145,126); }

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