#CFAA93

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

Shades of Cashmere #CFAA93

Tints of Cashmere #CFAA93

Color information

#CFAA93 (or 0xCFAA93) is unknown color: approx Cashmere. HEX triplet: CF, AA and 93. RGB value is (207,170,147). Sum of RGB (Red+Green+Blue) = 207+170+147=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA93 is #30556C. Grayscale: #B2B2B2. Windows color (decimal): -3167597 or 9677519. OLE color: 9677519.

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

Color convert

RGB207170147-
CMYK00.180.290.19
HSL23º38.46%69.41%-
HSV(B)23º28.99%81.18%-
XYZ45.3744.1233.73-
YUV178.44110.26148.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=39.50%
G=32.44%
B=28.05%

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
Decimal20717014700.180.290.192338.4669.41
HexCFAA930121D13172645
Octal31725222302235232746105
Binary1100111110101010100100110100101110110011101111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA93; }

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

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

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

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

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

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

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

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