Html Css Color HEX #C99687 Quicksand

📋 copy color: '#C99687'

red 201 ◦ green 150 ◦ blue 135

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

Shades of Quicksand #C99687

Tints of Quicksand #C99687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.78%

R = 41.36%
G = 30.86%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C99687 (or 0xC99687) is known color: Quicksand. HEX triplet: C9, 96 and 87. RGB value is (201,150,135). Sum of RGB (Red+Green+Blue) = 201+150+135=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99687 is #366978. Grayscale: #A3A3A3. Windows color (decimal): -3565945 or 8885961. OLE color: 8885961.

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

Color convert

RGB 201 150 135 -
CMYK 0 0.25 0.33 0.21
HSL 13.64º 0.38% 0.66% -
HSV(B) 13.64º 0.33% 0.79% -
XYZ 39.37 35.98 27.79 -
YUV 163.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 201 150 135 0 0.25 0.33 0.21 13.64 0.38 0.66
Hex C9 96 87 0 19 21 15 E 26 42
Octal 311 226 207 0 31 41 25 16 46 102
Binary 11001001 10010110 10000111 0 11001 100001 10101 1110 100110 1000010

Color Harmonies of #C99687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99687

Black with #C99687

Text Example


Text Example

White with #C99687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99687; }

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

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

background-color css

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

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

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

border-color css

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

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

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