#CFABA1

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

Shades of Eunry #CFABA1

Tints of Eunry #CFABA1

Color information

#CFABA1 (or 0xCFABA1) is unknown color: approx Eunry. HEX triplet: CF, AB and A1. RGB value is (207,171,161). Sum of RGB (Red+Green+Blue) = 207+171+161=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA1 is #30545E. Grayscale: #B4B4B4. Windows color (decimal): -3167327 or 10595279. OLE color: 10595279.

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

Color convert

RGB207171161-
CMYK00.170.220.19
HSL13.04º32.39%72.16%-
HSV(B)13.04º22.22%81.18%-
XYZ46.7344.9639.93-
YUV180.62116.93146.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=38.40%
G=31.73%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717116100.170.220.1913.0432.3972.16
HexCFABA10111613d2048
Octal31725324102126231540110
Binary110011111010101110100001010001101101001111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABA1; }

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

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

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

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

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

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

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

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