Html Css Color HEX #C9AD96 Cashmere

📋 copy color: '#C9AD96'

red 201 ◦ green 173 ◦ blue 150

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

Shades of Cashmere #C9AD96

Tints of Cashmere #C9AD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 38.36%
G = 33.02%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C9AD96 (or 0xC9AD96) is known color: Cashmere. HEX triplet: C9, AD and 96. RGB value is (201,173,150). Sum of RGB (Red+Green+Blue) = 201+173+150=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD96 is #365269. Grayscale: #B2B2B2. Windows color (decimal): -3560042 or 9874889. OLE color: 9874889.

HSL color Cylindrical-coordinate representation of color #C9AD96: hue angle of 27.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9AD96 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 150 -
CMYK 0 0.14 0.25 0.21
HSL 27.06º 0.32% 0.69% -
HSV(B) 27.06º 0.25% 0.79% -
XYZ 44.54 44.51 35.1 -
YUV 178.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 201 173 150 0 0.14 0.25 0.21 27.06 0.32 0.69
Hex C9 AD 96 0 E 19 15 1B 20 45
Octal 311 255 226 0 16 31 25 33 40 105
Binary 11001001 10101101 10010110 0 1110 11001 10101 11011 100000 1000101

Color Harmonies of #C9AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD96

Black with #C9AD96

Text Example


Text Example

White with #C9AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD96; }

 p { color: rgb(201,173,150); }

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

background-color css

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

 a { background-color: rgb(201,173,150); }

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

border-color css

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

 span { border-color: rgb(201,173,150); }

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