#CFABA0

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

Shades of Eunry #CFABA0

Tints of Eunry #CFABA0

Color information

#CFABA0 (or 0xCFABA0) is unknown color: approx Eunry. HEX triplet: CF, AB and A0. RGB value is (207,171,160). Sum of RGB (Red+Green+Blue) = 207+171+160=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA0 is #30545F. Grayscale: #B4B4B4. Windows color (decimal): -3167328 or 10529743. OLE color: 10529743.

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

Color convert

RGB207171160-
CMYK00.170.230.19
HSL14.04º32.87%71.96%-
HSV(B)14.04º22.71%81.18%-
XYZ46.6444.9339.47-
YUV180.51116.43146.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=38.48%
G=31.78%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717116000.170.230.1914.0432.8771.96
HexCFABA00111713e2148
Octal31725324002127231641110
Binary110011111010101110100000010001101111001111101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABA0; }

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

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

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

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

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

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

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

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