Html Css Color HEX #C99487 Quicksand

📋 copy color: '#C99487'

red 201 ◦ green 148 ◦ blue 135

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

Shades of Quicksand #C99487

Tints of Quicksand #C99487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 41.53%
G = 30.58%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C99487 (or 0xC99487) is known color: Quicksand. HEX triplet: C9, 94 and 87. RGB value is (201,148,135). Sum of RGB (Red+Green+Blue) = 201+148+135=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99487 is #366B78. Grayscale: #A2A2A2. Windows color (decimal): -3566457 or 8885449. OLE color: 8885449.

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

Color convert

RGB 201 148 135 -
CMYK 0 0.26 0.33 0.21
HSL 11.82º 0.38% 0.66% -
HSV(B) 11.82º 0.33% 0.79% -
XYZ 39.05 35.35 27.69 -
YUV 162.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 201 148 135 0 0.26 0.33 0.21 11.82 0.38 0.66
Hex C9 94 87 0 1A 21 15 C 26 42
Octal 311 224 207 0 32 41 25 14 46 102
Binary 11001001 10010100 10000111 0 11010 100001 10101 1100 100110 1000010

Color Harmonies of #C99487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99487

Black with #C99487

Text Example


Text Example

White with #C99487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99487; }

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

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

background-color css

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

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

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

border-color css

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

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

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