#C69F9A

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

Shades of Eunry #C69F9A

Tints of Eunry #C69F9A

Color information

#C69F9A (or 0xC69F9A) is unknown color: approx Eunry. HEX triplet: C6, 9F and 9A. RGB value is (198,159,154). Sum of RGB (Red+Green+Blue) = 198+159+154=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F9A is #396065. Grayscale: #AAAAAA. Windows color (decimal): -3760230 or 10133446. OLE color: 10133446.

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

Color convert

RGB198159154-
CMYK00.200.220.22
HSL6.82º27.85%69.02%-
HSV(B)6.82º22.22%77.65%-
XYZ41.5239.1435.94-
YUV170.09118.92147.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=38.75%
G=31.12%
B=30.14%

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
Decimal19815915400.200.220.226.8227.8569.02
HexC69F9A014161671c45
Octal3062372320242626734105
Binary1100011010011111100110100101001011010110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F9A; }

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

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

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

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

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

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

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

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