Html Css Color HEX #C99891 Quicksand

📋 copy color: '#C99891'

red 201 ◦ green 152 ◦ blue 145

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

Shades of Quicksand #C99891

Tints of Quicksand #C99891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.52%

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 40.36%
G = 30.52%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99891 (or 0xC99891) is known color: Quicksand. HEX triplet: C9, 98 and 91. RGB value is (201,152,145). Sum of RGB (Red+Green+Blue) = 201+152+145=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99891 is #36676E. Grayscale: #A5A5A5. Windows color (decimal): -3565423 or 9541833. OLE color: 9541833.

HSL color Cylindrical-coordinate representation of color #C99891: hue angle of 7.5º degrees, saturation: 0.34, 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 #C99891 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 145 -
CMYK 0 0.24 0.28 0.21
HSL 7.5º 0.34% 0.68% -
HSV(B) 7.5º 0.28% 0.79% -
XYZ 40.43 36.92 31.78 -
YUV 165.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 201 152 145 0 0.24 0.28 0.21 7.5 0.34 0.68
Hex C9 98 91 0 18 1C 15 8 22 44
Octal 311 230 221 0 30 34 25 10 42 104
Binary 11001001 10011000 10010001 0 11000 11100 10101 1000 100010 1000100

Color Harmonies of #C99891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99891

Black with #C99891

Text Example


Text Example

White with #C99891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99891; }

 p { color: rgb(201,152,145); }

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

background-color css

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

 a { background-color: rgb(201,152,145); }

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

border-color css

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

 span { border-color: rgb(201,152,145); }

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