Html Css Color HEX #C99581 Quicksand

📋 copy color: '#C99581'

red 201 ◦ green 149 ◦ blue 129

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

Shades of Quicksand #C99581

Tints of Quicksand #C99581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 41.96%
G = 31.11%
B = 26.93%

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

#C99581 (or 0xC99581) is known color: Quicksand. HEX triplet: C9, 95 and 81. RGB value is (201,149,129). Sum of RGB (Red+Green+Blue) = 201+149+129=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C99581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99581 is #366A7E. Grayscale: #A2A2A2. Windows color (decimal): -3566207 or 8492489. OLE color: 8492489.

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

Color convert

RGB 201 149 129 -
CMYK 0 0.26 0.36 0.21
HSL 16.67º 0.4% 0.65% -
HSV(B) 16.67º 0.36% 0.79% -
XYZ 38.8 35.5 25.58 -
YUV 162.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 201 149 129 0 0.26 0.36 0.21 16.67 0.4 0.65
Hex C9 95 81 0 1A 24 15 11 28 41
Octal 311 225 201 0 32 44 25 21 50 101
Binary 11001001 10010101 10000001 0 11010 100100 10101 10001 101000 1000001

Color Harmonies of #C99581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99581

Black with #C99581

Text Example


Text Example

White with #C99581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99581; }

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

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

background-color css

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

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

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

border-color css

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

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

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