Html Css Color HEX #C9AE9A Cashmere

📋 copy color: '#C9AE9A'

red 201 ◦ green 174 ◦ blue 154

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

Shades of Cashmere #C9AE9A

Tints of Cashmere #C9AE9A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.89%

 BLUE value IS 154 (60.55% from 255) = 29.11%

R = 38%
G = 32.89%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9AE9A (or 0xC9AE9A) is known color: Cashmere. HEX triplet: C9, AE and 9A. RGB value is (201,174,154). Sum of RGB (Red+Green+Blue) = 201+174+154=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE9A is #365165. Grayscale: #B3B3B3. Windows color (decimal): -3559782 or 10137289. OLE color: 10137289.

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

Color convert

RGB 201 174 154 -
CMYK 0 0.13 0.23 0.21
HSL 25.53º 0.3% 0.7% -
HSV(B) 25.53º 0.23% 0.79% -
XYZ 45.06 45.02 36.89 -
YUV 179.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 201 174 154 0 0.13 0.23 0.21 25.53 0.3 0.7
Hex C9 AE 9A 0 D 17 15 1A 1E 46
Octal 311 256 232 0 15 27 25 32 36 106
Binary 11001001 10101110 10011010 0 1101 10111 10101 11010 11110 1000110

Color Harmonies of #C9AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE9A

Black with #C9AE9A

Text Example


Text Example

White with #C9AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE9A; }

 p { color: rgb(201,174,154); }

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

background-color css

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

 a { background-color: rgb(201,174,154); }

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

border-color css

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

 span { border-color: rgb(201,174,154); }

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