#CFAE92

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

Shades of Cashmere #CFAE92

Tints of Cashmere #CFAE92

Color information

#CFAE92 (or 0xCFAE92) is unknown color: approx Cashmere. HEX triplet: CF, AE and 92. RGB value is (207,174,146). Sum of RGB (Red+Green+Blue) = 207+174+146=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE92 is #30516D. Grayscale: #B4B4B4. Windows color (decimal): -3166574 or 9613007. OLE color: 9613007.

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

Color convert

RGB207174146-
CMYK00.160.290.19
HSL27.54º38.85%69.22%-
HSV(B)27.54º29.47%81.18%-
XYZ46.0645.6133.57-
YUV180.68108.43146.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=39.28%
G=33.02%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717414600.160.290.1927.5438.8569.22
HexCFAE920101D131c2745
Octal31725622202035233447105
Binary1100111110101110100100100100001110110011111001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE92; }

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

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

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

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

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

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

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

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