Html Css Color HEX #C99580 Quicksand

📋 copy color: '#C99580'

red 201 ◦ green 149 ◦ blue 128

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

Shades of Quicksand #C99580

Tints of Quicksand #C99580

RGB

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

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

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

R = 42.05%
G = 31.17%
B = 26.78%

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

#C99580 (or 0xC99580) is known color: Quicksand. HEX triplet: C9, 95 and 80. RGB value is (201,149,128). Sum of RGB (Red+Green+Blue) = 201+149+128=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99580 is #366A7F. Grayscale: #A2A2A2. Windows color (decimal): -3566208 or 8426953. OLE color: 8426953.

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

Color convert

RGB 201 149 128 -
CMYK 0 0.26 0.36 0.21
HSL 17.26º 0.4% 0.65% -
HSV(B) 17.26º 0.36% 0.79% -
XYZ 38.73 35.47 25.23 -
YUV 162.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 201 149 128 0 0.26 0.36 0.21 17.26 0.4 0.65
Hex C9 95 80 0 1A 24 15 11 28 41
Octal 311 225 200 0 32 44 25 21 50 101
Binary 11001001 10010101 10000000 0 11010 100100 10101 10001 101000 1000001

Color Harmonies of #C99580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99580

Black with #C99580

Text Example


Text Example

White with #C99580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99580; }

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

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

background-color css

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

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

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

border-color css

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

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

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