#CFAD93

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

Shades of Cashmere #CFAD93

Tints of Cashmere #CFAD93

Color information

#CFAD93 (or 0xCFAD93) is unknown color: approx Cashmere. HEX triplet: CF, AD and 93. RGB value is (207,173,147). Sum of RGB (Red+Green+Blue) = 207+173+147=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD93 is #30526C. Grayscale: #B4B4B4. Windows color (decimal): -3166829 or 9678287. OLE color: 9678287.

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

Color convert

RGB207173147-
CMYK00.160.290.19
HSL26º38.46%69.41%-
HSV(B)26º28.99%81.18%-
XYZ45.9445.2633.92-
YUV180.2109.26147.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=39.28%
G=32.83%
B=27.89%

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
Decimal20717314700.160.290.192638.4669.41
HexCFAD930101D131a2645
Octal31725522302035233246105
Binary1100111110101101100100110100001110110011110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD93; }

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

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

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

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

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

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

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

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