#CFAE9D

Color #CFAE9D Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CFAE9D

Tints of Cashmere #CFAE9D

Color information

#CFAE9D (or 0xCFAE9D) is unknown color: approx Cashmere. HEX triplet: CF, AE and 9D. RGB value is (207,174,157). Sum of RGB (Red+Green+Blue) = 207+174+157=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE9D is #305162. Grayscale: #B6B6B6. Windows color (decimal): -3166563 or 10333903. OLE color: 10333903.

HSL color Cylindrical-coordinate representation of color #CFAE9D: hue angle of 20.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFAE9D is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB207174157-
CMYK00.160.240.19
HSL20.4º34.25%71.37%-
HSV(B)20.4º24.15%81.18%-
XYZ46.9545.9738.3-
YUV181.93113.93145.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=38.48%
G=32.34%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717415700.160.240.1920.434.2571.37
HexCFAE9D0101813142247
Octal31725623502030232442107
Binary1100111110101110100111010100001100010011101001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE9D; }

 p { color: rgb(207,174,157); }

 H1.HeaderClassName
 {
   color: #CFAE9D;
 }
 .AnyTagClassName
 {
   color: #CFAE9D;
 }
</style>
background-color css

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

 a { background-color: rgb(207,174,157); }

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

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

 span { border-color: rgb(207,174,157); }

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