#CFA59C

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

Shades of Eunry #CFA59C

Tints of Eunry #CFA59C

Color information

#CFA59C (or 0xCFA59C) is unknown color: approx Eunry. HEX triplet: CF, A5 and 9C. RGB value is (207,165,156). Sum of RGB (Red+Green+Blue) = 207+165+156=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA59C is #305A63. Grayscale: #B0B0B0. Windows color (decimal): -3168868 or 10266063. OLE color: 10266063.

HSL color Cylindrical-coordinate representation of color #CFA59C: hue angle of 10.59º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA59C is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207165156-
CMYK00.200.250.19
HSL10.59º34.69%71.18%-
HSV(B)10.59º24.64%81.18%-
XYZ45.1942.5837.29-
YUV176.53116.41149.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=39.20%
G=31.25%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716515600.200.250.1910.5934.6971.18
HexCFA59C0141913b2347
Octal31724523402431231343107
Binary110011111010010110011100010100110011001110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA59C; }

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

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

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

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

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

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

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

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