Html Css Color HEX #C5927E Quicksand

📋 copy color: '#C5927E'

red 197 ◦ green 146 ◦ blue 126

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

Shades of Quicksand #C5927E

Tints of Quicksand #C5927E

RGB

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

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

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

R = 42%
G = 31.13%
B = 26.87%

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

#C5927E (or 0xC5927E) is known color: Quicksand. HEX triplet: C5, 92 and 7E. RGB value is (197,146,126). Sum of RGB (Red+Green+Blue) = 197+146+126=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5927E is #3A6D81. Grayscale: #9F9F9F. Windows color (decimal): -3829122 or 8295109. OLE color: 8295109.

HSL color Cylindrical-coordinate representation of color #C5927E: hue angle of 16.9º 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 #C5927E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 126 -
CMYK 0 0.26 0.36 0.23
HSL 16.9º 0.38% 0.63% -
HSV(B) 16.9º 0.36% 0.77% -
XYZ 37.07 33.93 24.33 -
YUV 158.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 197 146 126 0 0.26 0.36 0.23 16.9 0.38 0.63
Hex C5 92 7E 0 1A 24 17 11 26 3F
Octal 305 222 176 0 32 44 27 21 46 77
Binary 11000101 10010010 1111110 0 11010 100100 10111 10001 100110 111111

Color Harmonies of #C5927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5927E

Black with #C5927E

Text Example


Text Example

White with #C5927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5927E; }

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

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

background-color css

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

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

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

border-color css

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

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

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