Html Css Color HEX #C99589 Quicksand

📋 copy color: '#C99589'

red 201 ◦ green 149 ◦ blue 137

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

Shades of Quicksand #C99589

Tints of Quicksand #C99589

RGB

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

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

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

R = 41.27%
G = 30.6%
B = 28.13%

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

#C99589 (or 0xC99589) is known color: Quicksand. HEX triplet: C9, 95 and 89. RGB value is (201,149,137). Sum of RGB (Red+Green+Blue) = 201+149+137=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C99589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99589 is #366A76. Grayscale: #A3A3A3. Windows color (decimal): -3566199 or 9016777. OLE color: 9016777.

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

Color convert

RGB 201 149 137 -
CMYK 0 0.26 0.32 0.21
HSL 11.25º 0.37% 0.66% -
HSV(B) 11.25º 0.32% 0.79% -
XYZ 39.35 35.72 28.49 -
YUV 163.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 201 149 137 0 0.26 0.32 0.21 11.25 0.37 0.66
Hex C9 95 89 0 1A 20 15 B 25 42
Octal 311 225 211 0 32 40 25 13 45 102
Binary 11001001 10010101 10001001 0 11010 100000 10101 1011 100101 1000010

Color Harmonies of #C99589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99589

Black with #C99589

Text Example


Text Example

White with #C99589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99589; }

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

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

background-color css

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

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

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

border-color css

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

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

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