#CD7153

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

Shades of Japonica #CD7153

Tints of Japonica #CD7153

Color information

#CD7153 (or 0xCD7153) is unknown color: approx Japonica. HEX triplet: CD, 71 and 53. RGB value is (205,113,83). Sum of RGB (Red+Green+Blue) = 205+113+83=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7153 is #328EAC. Grayscale: #898989. Windows color (decimal): -3313325 or 5468621. OLE color: 5468621.

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

Color convert

RGB20511383-
CMYK00.450.600.20
HSL14.75º54.95%56.47%-
HSV(B)14.75º59.51%80.39%-
XYZ32.6425.4111.37-
YUV137.0997.48176.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=51.12%
G=28.18%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051138300.450.600.2014.7554.9556.47
HexCD715302D3C14f3738
Octal3151611230557424176770
Binary11001101111000110100110101101111100101001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7153; }

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

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

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

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

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

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

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

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