#cfad94

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

Shades of Cashmere #CFAD94

Tints of Cashmere #CFAD94

Color information

#CFAD94 (or 0xCFAD94) is unknown color: approx Cashmere. HEX triplet: CF, AD and 94. RGB value is (207,173,148). Sum of RGB (Red+Green+Blue) = 207+173+148=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD94 is #30526B. Grayscale: #B4B4B4. Windows color (decimal): -3166828 or 9743823. OLE color: 9743823.

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

Color convert

RGB207173148-
CMYK00.160.290.19
HSL25.42º38.06%69.61%-
HSV(B)25.42º28.5%81.18%-
XYZ46.0245.2934.33-
YUV180.32109.76147.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=39.20%
G=32.77%
B=28.03%

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
Decimal20717314800.160.290.1925.4238.0669.61
HexCFAD940101D13192646
Octal31725522402035233146106
Binary1100111110101101100101000100001110110011110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfad94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfad94; }

 p { color: rgb(207,173,148); }

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

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

 a { background-color: rgb(207,173,148); }

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

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

 span { border-color: rgb(207,173,148); }

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