Html Css Color HEX #C99F8F Quicksand

📋 copy color: '#C99F8F'

red 201 ◦ green 159 ◦ blue 143

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

Shades of Quicksand #C99F8F

Tints of Quicksand #C99F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 39.96%
G = 31.61%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C99F8F (or 0xC99F8F) is known color: Quicksand. HEX triplet: C9, 9F and 8F. RGB value is (201,159,143). Sum of RGB (Red+Green+Blue) = 201+159+143=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99F8F is #366070. Grayscale: #A9A9A9. Windows color (decimal): -3563633 or 9412553. OLE color: 9412553.

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

Color convert

RGB 201 159 143 -
CMYK 0 0.21 0.29 0.21
HSL 16.55º 0.35% 0.67% -
HSV(B) 16.55º 0.29% 0.79% -
XYZ 41.44 39.2 31.37 -
YUV 169.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 201 159 143 0 0.21 0.29 0.21 16.55 0.35 0.67
Hex C9 9F 8F 0 15 1D 15 11 23 43
Octal 311 237 217 0 25 35 25 21 43 103
Binary 11001001 10011111 10001111 0 10101 11101 10101 10001 100011 1000011

Color Harmonies of #C99F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F8F

Black with #C99F8F

Text Example


Text Example

White with #C99F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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