#C69F9F

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

Shades of Eunry #C69F9F

Tints of Eunry #C69F9F

Color information

#C69F9F (or 0xC69F9F) is unknown color: approx Eunry. HEX triplet: C6, 9F and 9F. RGB value is (198,159,159). Sum of RGB (Red+Green+Blue) = 198+159+159=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F9F is #396060. Grayscale: #AAAAAA. Windows color (decimal): -3760225 or 10461126. OLE color: 10461126.

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

Color convert

RGB198159159-
CMYK00.200.200.22
HSL25.49%70%-
HSV(B)19.7%77.65%-
XYZ41.9439.3138.18-
YUV170.66121.42147.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=38.37%
G=30.81%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815915900.200.200.22025.4970
HexC69F9F014141601946
Octal3062372370242426031106
Binary11000110100111111001111101010010100101100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F9F; }

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

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

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

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

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

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

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

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