Html Css Color HEX #C9A992 Cashmere

📋 copy color: '#C9A992'

red 201 ◦ green 169 ◦ blue 146

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

Shades of Cashmere #C9A992

Tints of Cashmere #C9A992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.29%

R = 38.95%
G = 32.75%
B = 28.29%

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

#C9A992 (or 0xC9A992) is known color: Cashmere. HEX triplet: C9, A9 and 92. RGB value is (201,169,146). Sum of RGB (Red+Green+Blue) = 201+169+146=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A992 is #36566D. Grayscale: #B0B0B0. Windows color (decimal): -3561070 or 9611721. OLE color: 9611721.

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

Color convert

RGB 201 169 146 -
CMYK 0 0.16 0.27 0.21
HSL 25.09º 0.34% 0.68% -
HSV(B) 25.09º 0.27% 0.79% -
XYZ 43.46 42.87 33.18 -
YUV 175.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 201 169 146 0 0.16 0.27 0.21 25.09 0.34 0.68
Hex C9 A9 92 0 10 1B 15 19 22 44
Octal 311 251 222 0 20 33 25 31 42 104
Binary 11001001 10101001 10010010 0 10000 11011 10101 11001 100010 1000100

Color Harmonies of #C9A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A992

Black with #C9A992

Text Example


Text Example

White with #C9A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A992; }

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

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

background-color css

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

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

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

border-color css

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

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

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