#CFABA4

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

Shades of Eunry #CFABA4

Tints of Eunry #CFABA4

Color information

#CFABA4 (or 0xCFABA4) is unknown color: approx Eunry. HEX triplet: CF, AB and A4. RGB value is (207,171,164). Sum of RGB (Red+Green+Blue) = 207+171+164=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA4 is #30545B. Grayscale: #B5B5B5. Windows color (decimal): -3167324 or 10791887. OLE color: 10791887.

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

Color convert

RGB207171164-
CMYK00.170.210.19
HSL9.77º30.94%72.75%-
HSV(B)9.77º20.77%81.18%-
XYZ4745.0741.34-
YUV180.97118.43146.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=38.19%
G=31.55%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717116400.170.210.199.7730.9472.75
HexCFABA40111513a1f49
Octal31725324402125231237111
Binary11001111101010111010010001000110101100111010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABA4; }

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

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

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

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

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

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

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

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