#CFA993

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

Shades of Cashmere #CFA993

Tints of Cashmere #CFA993

Color information

#CFA993 (or 0xCFA993) is unknown color: approx Cashmere. HEX triplet: CF, A9 and 93. RGB value is (207,169,147). Sum of RGB (Red+Green+Blue) = 207+169+147=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA993 is #30566C. Grayscale: #B1B1B1. Windows color (decimal): -3167853 or 9677263. OLE color: 9677263.

HSL color Cylindrical-coordinate representation of color #CFA993: hue angle of 22º degrees, saturation: 0.38, 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 #CFA993 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207169147-
CMYK00.180.290.19
HSL22º38.46%69.41%-
HSV(B)22º28.99%81.18%-
XYZ45.1943.7533.67-
YUV177.85110.59148.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=39.58%
G=32.31%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716914700.180.290.192238.4669.41
HexCFA9930121D13162645
Octal31725122302235232646105
Binary1100111110101001100100110100101110110011101101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA993; }

 p { color: rgb(207,169,147); }

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

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

 a { background-color: rgb(207,169,147); }

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

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

 span { border-color: rgb(207,169,147); }

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