#CFAC9D

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

Shades of Eunry #CFAC9D

Tints of Eunry #CFAC9D

Color information

#CFAC9D (or 0xCFAC9D) is unknown color: approx Eunry. HEX triplet: CF, AC and 9D. RGB value is (207,172,157). Sum of RGB (Red+Green+Blue) = 207+172+157=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC9D is #305362. Grayscale: #B4B4B4. Windows color (decimal): -3167075 or 10333391. OLE color: 10333391.

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

Color convert

RGB207172157-
CMYK00.170.240.19
HSL18º34.25%71.37%-
HSV(B)18º24.15%81.18%-
XYZ46.5745.238.17-
YUV180.76114.6146.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=38.62%
G=32.09%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717215700.170.240.191834.2571.37
HexCFAC9D0111813122247
Octal31725423502130232242107
Binary1100111110101100100111010100011100010011100101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC9D; }

 p { color: rgb(207,172,157); }

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

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

 a { background-color: rgb(207,172,157); }

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

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

 span { border-color: rgb(207,172,157); }

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