#CFAD9A

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

Shades of Cashmere #CFAD9A

Tints of Cashmere #CFAD9A

Color information

#CFAD9A (or 0xCFAD9A) is unknown color: approx Cashmere. HEX triplet: CF, AD and 9A. RGB value is (207,173,154). Sum of RGB (Red+Green+Blue) = 207+173+154=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD9A is #305265. Grayscale: #B5B5B5. Windows color (decimal): -3166822 or 10137039. OLE color: 10137039.

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

Color convert

RGB207173154-
CMYK00.160.260.19
HSL21.51º35.57%70.78%-
HSV(B)21.51º25.6%81.18%-
XYZ46.5145.4936.9-
YUV181112.76146.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=38.76%
G=32.40%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717315400.160.260.1921.5135.5770.78
HexCFAD9A0101A13162447
Octal31725523202032232644107
Binary1100111110101101100110100100001101010011101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD9A; }

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

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

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

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

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

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

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

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