Html Css Color HEX #C99786 Quicksand

📋 copy color: '#C99786'

red 201 ◦ green 151 ◦ blue 134

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

Shades of Quicksand #C99786

Tints of Quicksand #C99786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.57%

R = 41.36%
G = 31.07%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C99786 (or 0xC99786) is known color: Quicksand. HEX triplet: C9, 97 and 86. RGB value is (201,151,134). Sum of RGB (Red+Green+Blue) = 201+151+134=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99786 is #366879. Grayscale: #A4A4A4. Windows color (decimal): -3565690 or 8820681. OLE color: 8820681.

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

Color convert

RGB 201 151 134 -
CMYK 0 0.25 0.33 0.21
HSL 15.22º 0.38% 0.66% -
HSV(B) 15.22º 0.33% 0.79% -
XYZ 39.46 36.27 27.48 -
YUV 164.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 201 151 134 0 0.25 0.33 0.21 15.22 0.38 0.66
Hex C9 97 86 0 19 21 15 F 26 42
Octal 311 227 206 0 31 41 25 17 46 102
Binary 11001001 10010111 10000110 0 11001 100001 10101 1111 100110 1000010

Color Harmonies of #C99786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99786

Black with #C99786

Text Example


Text Example

White with #C99786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99786; }

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

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

background-color css

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

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

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

border-color css

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

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

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