Html Css Color HEX #C99480 Quicksand

📋 copy color: '#C99480'

red 201 ◦ green 148 ◦ blue 128

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

Shades of Quicksand #C99480

Tints of Quicksand #C99480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.03%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 42.14%
G = 31.03%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C99480 (or 0xC99480) is known color: Quicksand. HEX triplet: C9, 94 and 80. RGB value is (201,148,128). Sum of RGB (Red+Green+Blue) = 201+148+128=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C99480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99480 is #366B7F. Grayscale: #A1A1A1. Windows color (decimal): -3566464 or 8426697. OLE color: 8426697.

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

Color convert

RGB 201 148 128 -
CMYK 0 0.26 0.36 0.21
HSL 16.44º 0.4% 0.65% -
HSV(B) 16.44º 0.36% 0.79% -
XYZ 38.57 35.16 25.17 -
YUV 161.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 201 148 128 0 0.26 0.36 0.21 16.44 0.4 0.65
Hex C9 94 80 0 1A 24 15 10 28 41
Octal 311 224 200 0 32 44 25 20 50 101
Binary 11001001 10010100 10000000 0 11010 100100 10101 10000 101000 1000001

Color Harmonies of #C99480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99480

Black with #C99480

Text Example


Text Example

White with #C99480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99480; }

 p { color: rgb(201,148,128); }

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

background-color css

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

 a { background-color: rgb(201,148,128); }

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

border-color css

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

 span { border-color: rgb(201,148,128); }

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