#C6A09A

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

Shades of Eunry #C6A09A

Tints of Eunry #C6A09A

Color information

#C6A09A (or 0xC6A09A) is unknown color: approx Eunry. HEX triplet: C6, A0 and 9A. RGB value is (198,160,154). Sum of RGB (Red+Green+Blue) = 198+160+154=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A09A is #395F65. Grayscale: #AAAAAA. Windows color (decimal): -3759974 or 10133702. OLE color: 10133702.

HSL color Cylindrical-coordinate representation of color #C6A09A: hue angle of 8.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A09A is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB198160154-
CMYK00.190.220.22
HSL8.18º27.85%69.02%-
HSV(B)8.18º22.22%77.65%-
XYZ41.6939.4835.99-
YUV170.68118.59147.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=38.67%
G=31.25%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816015400.190.220.228.1827.8569.02
HexC6A09A013161681c45
Octal30624023202326261034105
Binary11000110101000001001101001001110110101101000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A09A; }

 p { color: rgb(198,160,154); }

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

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

 a { background-color: rgb(198,160,154); }

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

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

 span { border-color: rgb(198,160,154); }

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