#CFAD9D

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

Shades of Eunry #CFAD9D

Tints of Eunry #CFAD9D

Color information

#CFAD9D (or 0xCFAD9D) is unknown color: approx Eunry. HEX triplet: CF, AD and 9D. RGB value is (207,173,157). Sum of RGB (Red+Green+Blue) = 207+173+157=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAD9D is #305262. Grayscale: #B5B5B5. Windows color (decimal): -3166819 or 10333647. OLE color: 10333647.

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

Color convert

RGB207173157-
CMYK00.160.240.19
HSL19.2º34.25%71.37%-
HSV(B)19.2º24.15%81.18%-
XYZ46.7645.5938.23-
YUV181.34114.26146.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=38.55%
G=32.22%
B=29.24%

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
Decimal20717315700.160.240.1919.234.2571.37
HexCFAD9D0101813132247
Octal31725523502030232342107
Binary1100111110101101100111010100001100010011100111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD9D; }

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

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

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

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

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

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

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

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