#C4A1A1

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

Shades of Eunry #C4A1A1

Tints of Eunry #C4A1A1

Color information

#C4A1A1 (or 0xC4A1A1) is unknown color: approx Eunry. HEX triplet: C4, A1 and A1. RGB value is (196,161,161). Sum of RGB (Red+Green+Blue) = 196+161+161=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A1A1 is #3B5E5E. Grayscale: #ABABAB. Windows color (decimal): -3890783 or 10592708. OLE color: 10592708.

HSL color Cylindrical-coordinate representation of color #C4A1A1: hue angle of 0º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A1A1 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196161161-
CMYK00.180.180.23
HSL22.88%70%-
HSV(B)17.86%76.86%-
XYZ41.9439.839.19-
YUV171.46122.1145.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=37.84%
G=31.08%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616116100.180.180.23022.8870
HexC4A1A1012121701746
Octal3042412410222227027106
Binary11000100101000011010000101001010010101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1A1; }

 p { color: rgb(196,161,161); }

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

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

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

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

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

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

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