Html Css Color HEX #C99785 Quicksand

📋 copy color: '#C99785'

red 201 ◦ green 151 ◦ blue 133

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

Shades of Quicksand #C99785

Tints of Quicksand #C99785

RGB

 RED value IS 201 (78.91% from 255) = 41.44%

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 41.44%
G = 31.13%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C99785 (or 0xC99785) is known color: Quicksand. HEX triplet: C9, 97 and 85. RGB value is (201,151,133). Sum of RGB (Red+Green+Blue) = 201+151+133=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99785 is #36687A. Grayscale: #A4A4A4. Windows color (decimal): -3565691 or 8755145. OLE color: 8755145.

HSL color Cylindrical-coordinate representation of color #C99785: hue angle of 15.88º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99785 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 133 -
CMYK 0 0.25 0.34 0.21
HSL 15.88º 0.39% 0.65% -
HSV(B) 15.88º 0.34% 0.79% -
XYZ 39.39 36.24 27.11 -
YUV 163.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 201 151 133 0 0.25 0.34 0.21 15.88 0.39 0.65
Hex C9 97 85 0 19 22 15 10 27 41
Octal 311 227 205 0 31 42 25 20 47 101
Binary 11001001 10010111 10000101 0 11001 100010 10101 10000 100111 1000001

Color Harmonies of #C99785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99785

Black with #C99785

Text Example


Text Example

White with #C99785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99785; }

 p { color: rgb(201,151,133); }

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

background-color css

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

 a { background-color: rgb(201,151,133); }

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

border-color css

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

 span { border-color: rgb(201,151,133); }

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