Html Css Color HEX #C9AD93 Cashmere

📋 copy color: '#C9AD93'

red 201 ◦ green 173 ◦ blue 147

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

Shades of Cashmere #C9AD93

Tints of Cashmere #C9AD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 38.58%
G = 33.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9AD93 (or 0xC9AD93) is known color: Cashmere. HEX triplet: C9, AD and 93. RGB value is (201,173,147). Sum of RGB (Red+Green+Blue) = 201+173+147=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD93 is #36526C. Grayscale: #B2B2B2. Windows color (decimal): -3560045 or 9678281. OLE color: 9678281.

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

Color convert

RGB 201 173 147 -
CMYK 0 0.14 0.27 0.21
HSL 28.89º 0.33% 0.68% -
HSV(B) 28.89º 0.27% 0.79% -
XYZ 44.3 44.41 33.84 -
YUV 178.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 201 173 147 0 0.14 0.27 0.21 28.89 0.33 0.68
Hex C9 AD 93 0 E 1B 15 1D 21 44
Octal 311 255 223 0 16 33 25 35 41 104
Binary 11001001 10101101 10010011 0 1110 11011 10101 11101 100001 1000100

Color Harmonies of #C9AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD93

Black with #C9AD93

Text Example


Text Example

White with #C9AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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