#CD9E9D

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

Shades of Eunry #CD9E9D

Tints of Eunry #CD9E9D

Color information

#CD9E9D (or 0xCD9E9D) is unknown color: approx Eunry. HEX triplet: CD, 9E and 9D. RGB value is (205,158,157). Sum of RGB (Red+Green+Blue) = 205+158+157=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E9D is #326162. Grayscale: #ABABAB. Windows color (decimal): -3301731 or 10329805. OLE color: 10329805.

HSL color Cylindrical-coordinate representation of color #CD9E9D: hue angle of 1.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9E9D is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205158157-
CMYK00.230.230.20
HSL1.25º32.43%70.98%-
HSV(B)1.25º23.41%80.39%-
XYZ43.4939.8737.3-
YUV171.94119.57151.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=39.42%
G=30.38%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515815700.230.230.201.2532.4370.98
HexCD9E9D017171412047
Octal3152362350272724140107
Binary110011011001111010011101010111101111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E9D; }

 p { color: rgb(205,158,157); }

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

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

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

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

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

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

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