#CFABA5

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

Shades of Eunry #CFABA5

Tints of Eunry #CFABA5

Color information

#CFABA5 (or 0xCFABA5) is unknown color: approx Eunry. HEX triplet: CF, AB and A5. RGB value is (207,171,165). Sum of RGB (Red+Green+Blue) = 207+171+165=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA5 is #30545A. Grayscale: #B5B5B5. Windows color (decimal): -3167323 or 10857423. OLE color: 10857423.

HSL color Cylindrical-coordinate representation of color #CFABA5: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFABA5 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207171165-
CMYK00.170.200.19
HSL8.57º30.43%72.94%-
HSV(B)8.57º20.29%81.18%-
XYZ47.0945.1141.82-
YUV181.08118.93146.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=38.12%
G=31.49%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717116500.170.200.198.5730.4372.94
HexCFABA5011141391e49
Octal31725324502124231136111
Binary11001111101010111010010101000110100100111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABA5; }

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

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

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

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

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

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

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

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