#C89D9D

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

Shades of Eunry #C89D9D

Tints of Eunry #C89D9D

Color information

#C89D9D (or 0xC89D9D) is unknown color: approx Eunry. HEX triplet: C8, 9D and 9D. RGB value is (200,157,157). Sum of RGB (Red+Green+Blue) = 200+157+157=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D9D is #376262. Grayscale: #A9A9A9. Windows color (decimal): -3629667 or 10329544. OLE color: 10329544.

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

Color convert

RGB200157157-
CMYK00.220.220.22
HSL28.1%70%-
HSV(B)21.5%78.43%-
XYZ41.9638.8337.18-
YUV169.86120.75149.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=38.91%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015715700.220.220.22028.170
HexC89D9D016161601c46
Octal3102352350262626034106
Binary11001000100111011001110101011010110101100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89D9D; }

 p { color: rgb(200,157,157); }

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

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

 a { background-color: rgb(200,157,157); }

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

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

 span { border-color: rgb(200,157,157); }

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