Html Css Color HEX #C9AF99 Cashmere

📋 copy color: '#C9AF99'

red 201 ◦ green 175 ◦ blue 153

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

Shades of Cashmere #C9AF99

Tints of Cashmere #C9AF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 38%
G = 33.08%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C9AF99 (or 0xC9AF99) is known color: Cashmere. HEX triplet: C9, AF and 99. RGB value is (201,175,153). Sum of RGB (Red+Green+Blue) = 201+175+153=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF99 is #365066. Grayscale: #B4B4B4. Windows color (decimal): -3559527 or 10072009. OLE color: 10072009.

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

Color convert

RGB 201 175 153 -
CMYK 0 0.13 0.24 0.21
HSL 27.5º 0.31% 0.69% -
HSV(B) 27.5º 0.24% 0.79% -
XYZ 45.17 45.38 36.52 -
YUV 180.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 201 175 153 0 0.13 0.24 0.21 27.5 0.31 0.69
Hex C9 AF 99 0 D 18 15 1C 1F 45
Octal 311 257 231 0 15 30 25 34 37 105
Binary 11001001 10101111 10011001 0 1101 11000 10101 11100 11111 1000101

Color Harmonies of #C9AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF99

Black with #C9AF99

Text Example


Text Example

White with #C9AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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