#CFAE9C

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

Shades of Cashmere #CFAE9C

Tints of Cashmere #CFAE9C

Color information

#CFAE9C (or 0xCFAE9C) is unknown color: approx Cashmere. HEX triplet: CF, AE and 9C. RGB value is (207,174,156). Sum of RGB (Red+Green+Blue) = 207+174+156=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE9C is #305163. Grayscale: #B5B5B5. Windows color (decimal): -3166564 or 10268367. OLE color: 10268367.

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

Color convert

RGB207174156-
CMYK00.160.250.19
HSL21.18º34.69%71.18%-
HSV(B)21.18º24.64%81.18%-
XYZ46.8745.9437.85-
YUV181.82113.43145.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=38.55%
G=32.40%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717415600.160.250.1921.1834.6971.18
HexCFAE9C0101913152347
Octal31725623402031232543107
Binary1100111110101110100111000100001100110011101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE9C; }

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

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

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

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

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

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

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

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