#C89D96

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

Shades of Eunry #C89D96

Tints of Eunry #C89D96

Color information

#C89D96 (or 0xC89D96) is unknown color: approx Eunry. HEX triplet: C8, 9D and 96. RGB value is (200,157,150). Sum of RGB (Red+Green+Blue) = 200+157+150=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D96 is #376269. Grayscale: #A9A9A9. Windows color (decimal): -3629674 or 9870792. OLE color: 9870792.

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

Color convert

RGB200157150-
CMYK00.220.250.22
HSL8.4º31.25%68.63%-
HSV(B)8.4º25%78.43%-
XYZ41.3838.634.12-
YUV169.06117.25150.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=39.45%
G=30.97%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015715000.220.250.228.431.2568.63
HexC89D96016191681f45
Octal31023522602631261037105
Binary11001000100111011001011001011011001101101000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89D96; }

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

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

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

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

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

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

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

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