Html Css Color HEX #C9998D Quicksand

📋 copy color: '#C9998D'

red 201 ◦ green 153 ◦ blue 141

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

Shades of Quicksand #C9998D

Tints of Quicksand #C9998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 40.61%
G = 30.91%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9998D (or 0xC9998D) is known color: Quicksand. HEX triplet: C9, 99 and 8D. RGB value is (201,153,141). Sum of RGB (Red+Green+Blue) = 201+153+141=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9998D is #366672. Grayscale: #A6A6A6. Windows color (decimal): -3565171 or 9279945. OLE color: 9279945.

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

Color convert

RGB 201 153 141 -
CMYK 0 0.24 0.30 0.21
HSL 12º 0.36% 0.67% -
HSV(B) 12º 0.3% 0.79% -
XYZ 40.29 37.12 30.24 -
YUV 165.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 201 153 141 0 0.24 0.30 0.21 12 0.36 0.67
Hex C9 99 8D 0 18 1E 15 C 24 43
Octal 311 231 215 0 30 36 25 14 44 103
Binary 11001001 10011001 10001101 0 11000 11110 10101 1100 100100 1000011

Color Harmonies of #C9998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9998D

Black with #C9998D

Text Example


Text Example

White with #C9998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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