#CD6E5E

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

Shades of Japonica #CD6E5E

Tints of Japonica #CD6E5E

Color information

#CD6E5E (or 0xCD6E5E) is unknown color: approx Japonica. HEX triplet: CD, 6E and 5E. RGB value is (205,110,94). Sum of RGB (Red+Green+Blue) = 205+110+94=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E5E is #3291A1. Grayscale: #888888. Windows color (decimal): -3314082 or 6188749. OLE color: 6188749.

HSL color Cylindrical-coordinate representation of color #CD6E5E: hue angle of 8.65º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD6E5E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20511094-
CMYK00.460.540.20
HSL8.65º52.61%58.63%-
HSV(B)8.65º54.15%80.39%-
XYZ32.7724.9413.68-
YUV136.58103.97176.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=50.12%
G=26.89%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051109400.460.540.208.6552.6158.63
HexCD6E5E02E36149353b
Octal3151561360566624116573
Binary11001101110111010111100101110110110101001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E5E; }

 p { color: rgb(205,110,94); }

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

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

 a { background-color: rgb(205,110,94); }

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

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

 span { border-color: rgb(205,110,94); }

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