#cd705a

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

Shades of Japonica #CD705A

Tints of Japonica #CD705A

Color information

#CD705A (or 0xCD705A) is unknown color: approx Japonica. HEX triplet: CD, 70 and 5A. RGB value is (205,112,90). Sum of RGB (Red+Green+Blue) = 205+112+90=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD705A is #328FA5. Grayscale: #898989. Windows color (decimal): -3313574 or 5927117. OLE color: 5927117.

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

Color convert

RGB20511290-
CMYK00.450.560.20
HSL11.48º53.49%57.84%-
HSV(B)11.48º56.1%80.39%-
XYZ32.8225.3112.83-
YUV137.3101.31176.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=50.37%
G=27.52%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051129000.450.560.2011.4853.4957.84
HexCD705A02D3814b353a
Octal3151601320557024136572
Binary11001101111000010110100101101111000101001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd705a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd705a; }

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

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

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

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

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

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

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

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