Html Css Color HEX #C79585 Quicksand

📋 copy color: '#C79585'

red 199 ◦ green 149 ◦ blue 133

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

Shades of Quicksand #C79585

Tints of Quicksand #C79585

RGB

 RED value IS 199 (78.13% from 255) = 41.37%

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 41.37%
G = 30.98%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C79585 (or 0xC79585) is known color: Quicksand. HEX triplet: C7, 95 and 85. RGB value is (199,149,133). Sum of RGB (Red+Green+Blue) = 199+149+133=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C79585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79585 is #386A7A. Grayscale: #A2A2A2. Windows color (decimal): -3697275 or 8754631. OLE color: 8754631.

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

Color convert

RGB 199 149 133 -
CMYK 0 0.25 0.33 0.22
HSL 14.55º 0.37% 0.65% -
HSV(B) 14.55º 0.33% 0.78% -
XYZ 38.53 35.33 26.98 -
YUV 162.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 199 149 133 0 0.25 0.33 0.22 14.55 0.37 0.65
Hex C7 95 85 0 19 21 16 F 25 41
Octal 307 225 205 0 31 41 26 17 45 101
Binary 11000111 10010101 10000101 0 11001 100001 10110 1111 100101 1000001

Color Harmonies of #C79585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79585

Black with #C79585

Text Example


Text Example

White with #C79585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79585; }

 p { color: rgb(199,149,133); }

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

background-color css

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

 a { background-color: rgb(199,149,133); }

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

border-color css

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

 span { border-color: rgb(199,149,133); }

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