Html Css Color HEX #C9958D Quicksand

📋 copy color: '#C9958D'

red 201 ◦ green 149 ◦ blue 141

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

Shades of Quicksand #C9958D

Tints of Quicksand #C9958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 40.94%
G = 30.35%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9958D (or 0xC9958D) is known color: Quicksand. HEX triplet: C9, 95 and 8D. RGB value is (201,149,141). Sum of RGB (Red+Green+Blue) = 201+149+141=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9958D is #366A72. Grayscale: #A3A3A3. Windows color (decimal): -3566195 or 9278921. OLE color: 9278921.

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

Color convert

RGB 201 149 141 -
CMYK 0 0.26 0.30 0.21
HSL 0.36% 0.67% -
HSV(B) 0.3% 0.79% -
XYZ 39.64 35.84 30.03 -
YUV 163.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 201 149 141 0 0.26 0.30 0.21 8 0.36 0.67
Hex C9 95 8D 0 1A 1E 15 8 24 43
Octal 311 225 215 0 32 36 25 10 44 103
Binary 11001001 10010101 10001101 0 11010 11110 10101 1000 100100 1000011

Color Harmonies of #C9958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9958D

Black with #C9958D

Text Example


Text Example

White with #C9958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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