Html Css Color HEX #C59384 Quicksand

📋 copy color: '#C59384'

red 197 ◦ green 147 ◦ blue 132

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

Shades of Quicksand #C59384

Tints of Quicksand #C59384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 41.39%
G = 30.88%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C59384 (or 0xC59384) is known color: Quicksand. HEX triplet: C5, 93 and 84. RGB value is (197,147,132). Sum of RGB (Red+Green+Blue) = 197+147+132=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59384 is #3A6C7B. Grayscale: #A0A0A0. Windows color (decimal): -3828860 or 8688581. OLE color: 8688581.

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

Color convert

RGB 197 147 132 -
CMYK 0 0.25 0.33 0.23
HSL 13.85º 0.36% 0.65% -
HSV(B) 13.85º 0.33% 0.77% -
XYZ 37.62 34.4 26.49 -
YUV 160.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 197 147 132 0 0.25 0.33 0.23 13.85 0.36 0.65
Hex C5 93 84 0 19 21 17 E 24 41
Octal 305 223 204 0 31 41 27 16 44 101
Binary 11000101 10010011 10000100 0 11001 100001 10111 1110 100100 1000001

Color Harmonies of #C59384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59384

Black with #C59384

Text Example


Text Example

White with #C59384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59384; }

 p { color: rgb(197,147,132); }

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

background-color css

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

 a { background-color: rgb(197,147,132); }

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

border-color css

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

 span { border-color: rgb(197,147,132); }

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