Html Css Color HEX #C99688 Quicksand

📋 copy color: '#C99688'

red 201 ◦ green 150 ◦ blue 136

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

Shades of Quicksand #C99688

Tints of Quicksand #C99688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

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

R = 41.27%
G = 30.8%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C99688 (or 0xC99688) is known color: Quicksand. HEX triplet: C9, 96 and 88. RGB value is (201,150,136). Sum of RGB (Red+Green+Blue) = 201+150+136=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C99688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99688 is #366977. Grayscale: #A3A3A3. Windows color (decimal): -3565944 or 8951497. OLE color: 8951497.

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

Color convert

RGB 201 150 136 -
CMYK 0 0.25 0.32 0.21
HSL 12.92º 0.38% 0.66% -
HSV(B) 12.92º 0.32% 0.79% -
XYZ 39.44 36.01 28.16 -
YUV 163.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 201 150 136 0 0.25 0.32 0.21 12.92 0.38 0.66
Hex C9 96 88 0 19 20 15 D 26 42
Octal 311 226 210 0 31 40 25 15 46 102
Binary 11001001 10010110 10001000 0 11001 100000 10101 1101 100110 1000010

Color Harmonies of #C99688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99688

Black with #C99688

Text Example


Text Example

White with #C99688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99688; }

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

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

background-color css

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

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

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

border-color css

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

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

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