#CD7A5D

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

Shades of Japonica #CD7A5D

Tints of Japonica #CD7A5D

Color information

#CD7A5D (or 0xCD7A5D) is unknown color: approx Japonica. HEX triplet: CD, 7A and 5D. RGB value is (205,122,93). Sum of RGB (Red+Green+Blue) = 205+122+93=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A5D is #3285A2. Grayscale: #8F8F8F. Windows color (decimal): -3311011 or 6126285. OLE color: 6126285.

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

Color convert

RGB20512293-
CMYK00.400.550.20
HSL15.54º52.83%58.43%-
HSV(B)15.54º54.63%80.39%-
XYZ34.1127.6913.9-
YUV143.5199.5171.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=48.81%
G=29.05%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051229300.400.550.2015.5452.8358.43
HexCD7A5D028371410353a
Octal3151721350506724206572
Binary110011011111010101110101010001101111010010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A5D; }

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

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

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

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

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

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

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

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