#CD7160

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

Shades of Japonica #CD7160

Tints of Japonica #CD7160

Color information

#CD7160 (or 0xCD7160) is unknown color: approx Japonica. HEX triplet: CD, 71 and 60. RGB value is (205,113,96). Sum of RGB (Red+Green+Blue) = 205+113+96=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7160 is #328E9F. Grayscale: #8A8A8A. Windows color (decimal): -3313312 or 6320589. OLE color: 6320589.

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

Color convert

RGB20511396-
CMYK00.450.530.20
HSL9.36º52.15%59.02%-
HSV(B)9.36º53.17%80.39%-
XYZ33.1925.6314.26-
YUV138.57103.98175.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.52%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=49.52%
G=27.29%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051139600.450.530.209.3652.1559.02
HexCD716002D35149343b
Octal3151611400556524116473
Binary11001101111000111000000101101110101101001001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7160; }

 p { color: rgb(205,113,96); }

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

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

 a { background-color: rgb(205,113,96); }

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

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

 span { border-color: rgb(205,113,96); }

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