Html Css Color HEX #C99489 Quicksand

📋 copy color: '#C99489'

red 201 ◦ green 148 ◦ blue 137

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

Shades of Quicksand #C99489

Tints of Quicksand #C99489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 41.36%
G = 30.45%
B = 28.19%

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

#C99489 (or 0xC99489) is known color: Quicksand. HEX triplet: C9, 94 and 89. RGB value is (201,148,137). Sum of RGB (Red+Green+Blue) = 201+148+137=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99489 is #366B76. Grayscale: #A2A2A2. Windows color (decimal): -3566455 or 9016521. OLE color: 9016521.

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

Color convert

RGB 201 148 137 -
CMYK 0 0.26 0.32 0.21
HSL 10.31º 0.37% 0.66% -
HSV(B) 10.31º 0.32% 0.79% -
XYZ 39.19 35.4 28.43 -
YUV 162.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 201 148 137 0 0.26 0.32 0.21 10.31 0.37 0.66
Hex C9 94 89 0 1A 20 15 A 25 42
Octal 311 224 211 0 32 40 25 12 45 102
Binary 11001001 10010100 10001001 0 11010 100000 10101 1010 100101 1000010

Color Harmonies of #C99489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99489

Black with #C99489

Text Example


Text Example

White with #C99489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99489; }

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

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

background-color css

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

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

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

border-color css

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

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

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