#CFAE9A

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

Shades of Cashmere #CFAE9A

Tints of Cashmere #CFAE9A

Color information

#CFAE9A (or 0xCFAE9A) is unknown color: approx Cashmere. HEX triplet: CF, AE and 9A. RGB value is (207,174,154). Sum of RGB (Red+Green+Blue) = 207+174+154=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE9A is #305165. Grayscale: #B5B5B5. Windows color (decimal): -3166566 or 10137295. OLE color: 10137295.

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

Color convert

RGB207174154-
CMYK00.160.260.19
HSL22.64º35.57%70.78%-
HSV(B)22.64º25.6%81.18%-
XYZ46.745.8736.96-
YUV181.59112.43146.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=38.69%
G=32.52%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717415400.160.260.1922.6435.5770.78
HexCFAE9A0101A13172447
Octal31725623202032232744107
Binary1100111110101110100110100100001101010011101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE9A; }

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

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

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

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

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

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

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

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