Html Css Color HEX #C99E90 Quicksand

📋 copy color: '#C99E90'

red 201 ◦ green 158 ◦ blue 144

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

Shades of Quicksand #C99E90

Tints of Quicksand #C99E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 144 (56.64% from 255) = 28.63%

R = 39.96%
G = 31.41%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99E90 (or 0xC99E90) is known color: Quicksand. HEX triplet: C9, 9E and 90. RGB value is (201,158,144). Sum of RGB (Red+Green+Blue) = 201+158+144=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E90 is #36616F. Grayscale: #A9A9A9. Windows color (decimal): -3563888 or 9477833. OLE color: 9477833.

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

Color convert

RGB 201 158 144 -
CMYK 0 0.21 0.28 0.21
HSL 14.74º 0.35% 0.68% -
HSV(B) 14.74º 0.28% 0.79% -
XYZ 41.35 38.88 31.71 -
YUV 169.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 201 158 144 0 0.21 0.28 0.21 14.74 0.35 0.68
Hex C9 9E 90 0 15 1C 15 F 23 44
Octal 311 236 220 0 25 34 25 17 43 104
Binary 11001001 10011110 10010000 0 10101 11100 10101 1111 100011 1000100

Color Harmonies of #C99E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99E90

Black with #C99E90

Text Example


Text Example

White with #C99E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99E90; }

 p { color: rgb(201,158,144); }

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

background-color css

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

 a { background-color: rgb(201,158,144); }

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

border-color css

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

 span { border-color: rgb(201,158,144); }

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