Html Css Color HEX #C9988E Quicksand

📋 copy color: '#C9988E'

red 201 ◦ green 152 ◦ blue 142

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

Shades of Quicksand #C9988E

Tints of Quicksand #C9988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 40.61%
G = 30.71%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9988E (or 0xC9988E) is known color: Quicksand. HEX triplet: C9, 98 and 8E. RGB value is (201,152,142). Sum of RGB (Red+Green+Blue) = 201+152+142=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9988E is #366771. Grayscale: #A5A5A5. Windows color (decimal): -3565426 or 9345225. OLE color: 9345225.

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

Color convert

RGB 201 152 142 -
CMYK 0 0.24 0.29 0.21
HSL 10.17º 0.35% 0.67% -
HSV(B) 10.17º 0.29% 0.79% -
XYZ 40.2 36.83 30.58 -
YUV 165.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 201 152 142 0 0.24 0.29 0.21 10.17 0.35 0.67
Hex C9 98 8E 0 18 1D 15 A 23 43
Octal 311 230 216 0 30 35 25 12 43 103
Binary 11001001 10011000 10001110 0 11000 11101 10101 1010 100011 1000011

Color Harmonies of #C9988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9988E

Black with #C9988E

Text Example


Text Example

White with #C9988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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