#C69C98

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

Shades of Eunry #C69C98

Tints of Eunry #C69C98

Color information

#C69C98 (or 0xC69C98) is unknown color: approx Eunry. HEX triplet: C6, 9C and 98. RGB value is (198,156,152). Sum of RGB (Red+Green+Blue) = 198+156+152=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C98 is #396367. Grayscale: #A8A8A8. Windows color (decimal): -3761000 or 10001606. OLE color: 10001606.

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

Color convert

RGB198156152-
CMYK00.210.230.22
HSL5.22º28.75%68.63%-
HSV(B)5.22º23.23%77.65%-
XYZ40.8438.0534.9-
YUV168.1118.91149.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=39.13%
G=30.83%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815615200.210.230.225.2228.7568.63
HexC69C98015171651d45
Octal3062342300252726535105
Binary1100011010011100100110000101011011110110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C98; }

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

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

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

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

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

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

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

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