Html Css Color HEX #C9AF9D Cashmere

📋 copy color: '#C9AF9D'

red 201 ◦ green 175 ◦ blue 157

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

Shades of Cashmere #C9AF9D

Tints of Cashmere #C9AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.83%

 BLUE value IS 157 (61.72% from 255) = 29.46%

R = 37.71%
G = 32.83%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9AF9D (or 0xC9AF9D) is known color: Cashmere. HEX triplet: C9, AF and 9D. RGB value is (201,175,157). Sum of RGB (Red+Green+Blue) = 201+175+157=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF9D is #365062. Grayscale: #B4B4B4. Windows color (decimal): -3559523 or 10334153. OLE color: 10334153.

HSL color Cylindrical-coordinate representation of color #C9AF9D: hue angle of 24.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9AF9D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 157 -
CMYK 0 0.13 0.22 0.21
HSL 24.55º 0.29% 0.7% -
HSV(B) 24.55º 0.22% 0.79% -
XYZ 45.5 45.51 38.28 -
YUV 180.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 201 175 157 0 0.13 0.22 0.21 24.55 0.29 0.7
Hex C9 AF 9D 0 D 16 15 19 1D 46
Octal 311 257 235 0 15 26 25 31 35 106
Binary 11001001 10101111 10011101 0 1101 10110 10101 11001 11101 1000110

Color Harmonies of #C9AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF9D

Black with #C9AF9D

Text Example


Text Example

White with #C9AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF9D; }

 p { color: rgb(201,175,157); }

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

background-color css

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

 a { background-color: rgb(201,175,157); }

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

border-color css

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

 span { border-color: rgb(201,175,157); }

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