Html Css Color HEX #C99F8D Quicksand

📋 copy color: '#C99F8D'

red 201 ◦ green 159 ◦ blue 141

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

Shades of Quicksand #C99F8D

Tints of Quicksand #C99F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.74%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 40.12%
G = 31.74%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C99F8D (or 0xC99F8D) is known color: Quicksand. HEX triplet: C9, 9F and 8D. RGB value is (201,159,141). Sum of RGB (Red+Green+Blue) = 201+159+141=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F8D is #366072. Grayscale: #A9A9A9. Windows color (decimal): -3563635 or 9281481. OLE color: 9281481.

HSL color Cylindrical-coordinate representation of color #C99F8D: hue angle of 18º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99F8D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 141 -
CMYK 0 0.21 0.30 0.21
HSL 18º 0.36% 0.67% -
HSV(B) 18º 0.3% 0.79% -
XYZ 41.29 39.14 30.58 -
YUV 169.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 201 159 141 0 0.21 0.30 0.21 18 0.36 0.67
Hex C9 9F 8D 0 15 1E 15 12 24 43
Octal 311 237 215 0 25 36 25 22 44 103
Binary 11001001 10011111 10001101 0 10101 11110 10101 10010 100100 1000011

Color Harmonies of #C99F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F8D

Black with #C99F8D

Text Example


Text Example

White with #C99F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F8D; }

 p { color: rgb(201,159,141); }

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

background-color css

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

 a { background-color: rgb(201,159,141); }

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

border-color css

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

 span { border-color: rgb(201,159,141); }

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