Html Css Color HEX #C99180 Quicksand

📋 copy color: '#C99180'

red 201 ◦ green 145 ◦ blue 128

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

Shades of Quicksand #C99180

Tints of Quicksand #C99180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

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

R = 42.41%
G = 30.59%
B = 27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C99180 (or 0xC99180) is known color: Quicksand. HEX triplet: C9, 91 and 80. RGB value is (201,145,128). Sum of RGB (Red+Green+Blue) = 201+145+128=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C99180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99180 is #366E7F. Grayscale: #9F9F9F. Windows color (decimal): -3567232 or 8425929. OLE color: 8425929.

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

Color convert

RGB 201 145 128 -
CMYK 0 0.28 0.36 0.21
HSL 13.97º 0.4% 0.65% -
HSV(B) 13.97º 0.36% 0.79% -
XYZ 38.11 34.23 25.02 -
YUV 159.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 201 145 128 0 0.28 0.36 0.21 13.97 0.4 0.65
Hex C9 91 80 0 1C 24 15 E 28 41
Octal 311 221 200 0 34 44 25 16 50 101
Binary 11001001 10010001 10000000 0 11100 100100 10101 1110 101000 1000001

Color Harmonies of #C99180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99180

Black with #C99180

Text Example


Text Example

White with #C99180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99180; }

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

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

background-color css

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

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

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

border-color css

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

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

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