Html Css Color HEX #C99488 Quicksand

📋 copy color: '#C99488'

red 201 ◦ green 148 ◦ blue 136

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

Shades of Quicksand #C99488

Tints of Quicksand #C99488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 41.44%
G = 30.52%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C99488 (or 0xC99488) is known color: Quicksand. HEX triplet: C9, 94 and 88. RGB value is (201,148,136). Sum of RGB (Red+Green+Blue) = 201+148+136=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99488 is #366B77. Grayscale: #A2A2A2. Windows color (decimal): -3566456 or 8950985. OLE color: 8950985.

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

Color convert

RGB 201 148 136 -
CMYK 0 0.26 0.32 0.21
HSL 11.08º 0.38% 0.66% -
HSV(B) 11.08º 0.32% 0.79% -
XYZ 39.12 35.37 28.06 -
YUV 162.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 201 148 136 0 0.26 0.32 0.21 11.08 0.38 0.66
Hex C9 94 88 0 1A 20 15 B 26 42
Octal 311 224 210 0 32 40 25 13 46 102
Binary 11001001 10010100 10001000 0 11010 100000 10101 1011 100110 1000010

Color Harmonies of #C99488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99488

Black with #C99488

Text Example


Text Example

White with #C99488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99488; }

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

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

background-color css

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

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

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

border-color css

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

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

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