#CD7457

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

Shades of Japonica #CD7457

Tints of Japonica #CD7457

Color information

#CD7457 (or 0xCD7457) is unknown color: approx Japonica. HEX triplet: CD, 74 and 57. RGB value is (205,116,87). Sum of RGB (Red+Green+Blue) = 205+116+87=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7457 is #328BA8. Grayscale: #8B8B8B. Windows color (decimal): -3312553 or 5731533. OLE color: 5731533.

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

Color convert

RGB20511687-
CMYK00.430.580.20
HSL14.75º54.13%57.25%-
HSV(B)14.75º57.56%80.39%-
XYZ33.1426.1612.32-
YUV139.398.49174.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=50.25%
G=28.43%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051168700.430.580.2014.7554.1357.25
HexCD745702B3A14f3639
Octal3151641270537224176671
Binary11001101111010010101110101011111010101001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7457; }

 p { color: rgb(205,116,87); }

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

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

 a { background-color: rgb(205,116,87); }

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

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

 span { border-color: rgb(205,116,87); }

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