#C69E9A

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

Shades of Eunry #C69E9A

Tints of Eunry #C69E9A

Color information

#C69E9A (or 0xC69E9A) is unknown color: approx Eunry. HEX triplet: C6, 9E and 9A. RGB value is (198,158,154). Sum of RGB (Red+Green+Blue) = 198+158+154=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E9A is #396165. Grayscale: #A9A9A9. Windows color (decimal): -3760486 or 10133190. OLE color: 10133190.

HSL color Cylindrical-coordinate representation of color #C69E9A: hue angle of 5.45º 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 #C69E9A is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB198158154-
CMYK00.200.220.22
HSL5.45º27.85%69.02%-
HSV(B)5.45º22.22%77.65%-
XYZ41.3538.7935.88-
YUV169.5119.25148.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=38.82%
G=30.98%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815815400.200.220.225.4527.8569.02
HexC69E9A014161651c45
Octal3062362320242626534105
Binary1100011010011110100110100101001011010110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E9A; }

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

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

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

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

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

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

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

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