#CFAD9E

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

Shades of Eunry #CFAD9E

Tints of Eunry #CFAD9E

Color information

#CFAD9E (or 0xCFAD9E) is unknown color: approx Eunry. HEX triplet: CF, AD and 9E. RGB value is (207,173,158). Sum of RGB (Red+Green+Blue) = 207+173+158=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD9E is #305261. Grayscale: #B5B5B5. Windows color (decimal): -3166818 or 10399183. OLE color: 10399183.

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

Color convert

RGB207173158-
CMYK00.160.240.19
HSL18.37º33.79%71.57%-
HSV(B)18.37º23.67%81.18%-
XYZ46.8545.6238.68-
YUV181.46114.76146.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=38.48%
G=32.16%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717315800.160.240.1918.3733.7971.57
HexCFAD9E0101813122248
Octal31725523602030232242110
Binary1100111110101101100111100100001100010011100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD9E; }

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

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

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

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

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

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

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

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