#CFAB9E

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

Shades of Eunry #CFAB9E

Tints of Eunry #CFAB9E

Color information

#CFAB9E (or 0xCFAB9E) is unknown color: approx Eunry. HEX triplet: CF, AB and 9E. RGB value is (207,171,158). Sum of RGB (Red+Green+Blue) = 207+171+158=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB9E is #305461. Grayscale: #B4B4B4. Windows color (decimal): -3167330 or 10398671. OLE color: 10398671.

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

Color convert

RGB207171158-
CMYK00.170.240.19
HSL15.92º33.79%71.57%-
HSV(B)15.92º23.67%81.18%-
XYZ46.4744.8638.56-
YUV180.28115.43147.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=38.62%
G=31.90%
B=29.48%

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
Decimal20717115800.170.240.1915.9233.7971.57
HexCFAB9E0111813102248
Octal31725323602130232042110
Binary1100111110101011100111100100011100010011100001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB9E; }

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

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

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

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

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

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

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

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