Html Css Color HEX #C99784 Quicksand

📋 copy color: '#C99784'

red 201 ◦ green 151 ◦ blue 132

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

Shades of Quicksand #C99784

Tints of Quicksand #C99784

RGB

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

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

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

R = 41.53%
G = 31.2%
B = 27.27%

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

#C99784 (or 0xC99784) is known color: Quicksand. HEX triplet: C9, 97 and 84. RGB value is (201,151,132). Sum of RGB (Red+Green+Blue) = 201+151+132=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99784 is #36687B. Grayscale: #A3A3A3. Windows color (decimal): -3565692 or 8689609. OLE color: 8689609.

HSL color Cylindrical-coordinate representation of color #C99784: hue angle of 16.52º 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 #C99784 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 132 -
CMYK 0 0.25 0.34 0.21
HSL 16.52º 0.39% 0.65% -
HSV(B) 16.52º 0.34% 0.79% -
XYZ 39.32 36.22 26.75 -
YUV 163.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 201 151 132 0 0.25 0.34 0.21 16.52 0.39 0.65
Hex C9 97 84 0 19 22 15 11 27 41
Octal 311 227 204 0 31 42 25 21 47 101
Binary 11001001 10010111 10000100 0 11001 100010 10101 10001 100111 1000001

Color Harmonies of #C99784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99784

Black with #C99784

Text Example


Text Example

White with #C99784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99784; }

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

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

background-color css

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

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

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

border-color css

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

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

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