#CD6E5D

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

Shades of Japonica #CD6E5D

Tints of Japonica #CD6E5D

Color information

#CD6E5D (or 0xCD6E5D) is unknown color: approx Japonica. HEX triplet: CD, 6E and 5D. RGB value is (205,110,93). Sum of RGB (Red+Green+Blue) = 205+110+93=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E5D is #3291A2. Grayscale: #888888. Windows color (decimal): -3314083 or 6123213. OLE color: 6123213.

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

Color convert

RGB20511093-
CMYK00.460.550.20
HSL9.11º52.83%58.43%-
HSV(B)9.11º54.63%80.39%-
XYZ32.7324.9213.44-
YUV136.47103.47176.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=50.25%
G=26.96%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051109300.460.550.209.1152.8358.43
HexCD6E5D02E37149353a
Octal3151561350566724116572
Binary11001101110111010111010101110110111101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E5D; }

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

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

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

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

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

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

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

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