#CD705E

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

Shades of Japonica #CD705E

Tints of Japonica #CD705E

Color information

#CD705E (or 0xCD705E) is unknown color: approx Japonica. HEX triplet: CD, 70 and 5E. RGB value is (205,112,94). Sum of RGB (Red+Green+Blue) = 205+112+94=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD705E is #328FA1. Grayscale: #898989. Windows color (decimal): -3313570 or 6189261. OLE color: 6189261.

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

Color convert

RGB20511294-
CMYK00.450.540.20
HSL9.73º52.61%58.63%-
HSV(B)9.73º54.15%80.39%-
XYZ32.9925.3813.75-
YUV137.76103.31175.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=49.88%
G=27.25%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051129400.450.540.209.7352.6158.63
HexCD705E02D3614a353b
Octal3151601360556624126573
Binary11001101111000010111100101101110110101001010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD705E; }

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

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

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

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

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

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

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

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