#CFA19D

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

Shades of Eunry #CFA19D

Tints of Eunry #CFA19D

Color information

#CFA19D (or 0xCFA19D) is unknown color: approx Eunry. HEX triplet: CF, A1 and 9D. RGB value is (207,161,157). Sum of RGB (Red+Green+Blue) = 207+161+157=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA19D is #305E62. Grayscale: #AEAEAE. Windows color (decimal): -3169891 or 10330575. OLE color: 10330575.

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

Color convert

RGB207161157-
CMYK00.220.240.19
HSL4.8º34.25%71.37%-
HSV(B)4.8º24.15%81.18%-
XYZ44.5641.1937.5-
YUV174.3118.24151.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=39.43%
G=30.67%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716115700.220.240.194.834.2571.37
HexCFA19D016181352247
Octal3172412350263023542107
Binary11001111101000011001110101011011000100111011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA19D; }

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

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

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

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

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

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

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

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