Html Css Color HEX #C9A993 Cashmere

📋 copy color: '#C9A993'

red 201 ◦ green 169 ◦ blue 147

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

Shades of Cashmere #C9A993

Tints of Cashmere #C9A993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.69%

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

R = 38.88%
G = 32.69%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9A993 (or 0xC9A993) is known color: Cashmere. HEX triplet: C9, A9 and 93. RGB value is (201,169,147). Sum of RGB (Red+Green+Blue) = 201+169+147=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A993 is #36566C. Grayscale: #B0B0B0. Windows color (decimal): -3561069 or 9677257. OLE color: 9677257.

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

Color convert

RGB 201 169 147 -
CMYK 0 0.16 0.27 0.21
HSL 24.44º 0.33% 0.68% -
HSV(B) 24.44º 0.27% 0.79% -
XYZ 43.54 42.9 33.59 -
YUV 176.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 201 169 147 0 0.16 0.27 0.21 24.44 0.33 0.68
Hex C9 A9 93 0 10 1B 15 18 21 44
Octal 311 251 223 0 20 33 25 30 41 104
Binary 11001001 10101001 10010011 0 10000 11011 10101 11000 100001 1000100

Color Harmonies of #C9A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A993

Black with #C9A993

Text Example


Text Example

White with #C9A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A993; }

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

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

background-color css

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

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

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

border-color css

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

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

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