Html Css Color HEX #C5927F Quicksand

📋 copy color: '#C5927F'

red 197 ◦ green 146 ◦ blue 127

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

Shades of Quicksand #C5927F

Tints of Quicksand #C5927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.06%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 41.91%
G = 31.06%
B = 27.02%

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

#C5927F (or 0xC5927F) is known color: Quicksand. HEX triplet: C5, 92 and 7F. RGB value is (197,146,127). Sum of RGB (Red+Green+Blue) = 197+146+127=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5927F is #3A6D80. Grayscale: #9F9F9F. Windows color (decimal): -3829121 or 8360645. OLE color: 8360645.

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

Color convert

RGB 197 146 127 -
CMYK 0 0.26 0.36 0.23
HSL 16.29º 0.38% 0.64% -
HSV(B) 16.29º 0.36% 0.77% -
XYZ 37.14 33.96 24.68 -
YUV 159.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 197 146 127 0 0.26 0.36 0.23 16.29 0.38 0.64
Hex C5 92 7F 0 1A 24 17 10 26 40
Octal 305 222 177 0 32 44 27 20 46 100
Binary 11000101 10010010 1111111 0 11010 100100 10111 10000 100110 1000000

Color Harmonies of #C5927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5927F

Black with #C5927F

Text Example


Text Example

White with #C5927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5927F; }

 p { color: rgb(197,146,127); }

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

background-color css

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

 a { background-color: rgb(197,146,127); }

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

border-color css

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

 span { border-color: rgb(197,146,127); }

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