#CD6B5D

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

Shades of Japonica #CD6B5D

Tints of Japonica #CD6B5D

Color information

#CD6B5D (or 0xCD6B5D) is unknown color: approx Japonica. HEX triplet: CD, 6B and 5D. RGB value is (205,107,93). Sum of RGB (Red+Green+Blue) = 205+107+93=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B5D is #3294A2. Grayscale: #868686. Windows color (decimal): -3314851 or 6122445. OLE color: 6122445.

HSL color Cylindrical-coordinate representation of color #CD6B5D: hue angle of 7.5º 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 #CD6B5D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20510793-
CMYK00.480.550.20
HSL7.5º52.83%58.43%-
HSV(B)7.5º54.63%80.39%-
XYZ32.4124.2813.34-
YUV134.71104.47178.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=50.62%
G=26.42%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051079300.480.550.207.552.8358.43
HexCD6B5D03037148353a
Octal3151531350606724106572
Binary11001101110101110111010110000110111101001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B5D; }

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

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

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

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

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

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

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

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