Html Css Color HEX #C99388 Quicksand

📋 copy color: '#C99388'

red 201 ◦ green 147 ◦ blue 136

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

Shades of Quicksand #C99388

Tints of Quicksand #C99388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

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

R = 41.53%
G = 30.37%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C99388 (or 0xC99388) is known color: Quicksand. HEX triplet: C9, 93 and 88. RGB value is (201,147,136). Sum of RGB (Red+Green+Blue) = 201+147+136=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99388 is #366C77. Grayscale: #A1A1A1. Windows color (decimal): -3566712 or 8950729. OLE color: 8950729.

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

Color convert

RGB 201 147 136 -
CMYK 0 0.27 0.32 0.21
HSL 10.15º 0.38% 0.66% -
HSV(B) 10.15º 0.32% 0.79% -
XYZ 38.97 35.06 28.01 -
YUV 161.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 201 147 136 0 0.27 0.32 0.21 10.15 0.38 0.66
Hex C9 93 88 0 1B 20 15 A 26 42
Octal 311 223 210 0 33 40 25 12 46 102
Binary 11001001 10010011 10001000 0 11011 100000 10101 1010 100110 1000010

Color Harmonies of #C99388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99388

Black with #C99388

Text Example


Text Example

White with #C99388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99388; }

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

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

background-color css

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

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

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

border-color css

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

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

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