#C6A09C

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

Shades of Eunry #C6A09C

Tints of Eunry #C6A09C

Color information

#C6A09C (or 0xC6A09C) is unknown color: approx Eunry. HEX triplet: C6, A0 and 9C. RGB value is (198,160,156). Sum of RGB (Red+Green+Blue) = 198+160+156=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A09C is #395F63. Grayscale: #AAAAAA. Windows color (decimal): -3759972 or 10264774. OLE color: 10264774.

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

Color convert

RGB198160156-
CMYK00.190.210.22
HSL5.71º26.92%69.41%-
HSV(B)5.71º21.21%77.65%-
XYZ41.8639.5536.88-
YUV170.91119.59147.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=38.52%
G=31.13%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816015600.190.210.225.7126.9269.41
HexC6A09C013151661b45
Octal3062402340232526633105
Binary1100011010100000100111000100111010110110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A09C; }

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

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

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

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

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

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

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

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