#CD7562

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

Shades of Japonica #CD7562

Tints of Japonica #CD7562

Color information

#CD7562 (or 0xCD7562) is unknown color: approx Japonica. HEX triplet: CD, 75 and 62. RGB value is (205,117,98). Sum of RGB (Red+Green+Blue) = 205+117+98=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7562 is #328A9D. Grayscale: #8D8D8D. Windows color (decimal): -3312286 or 6452685. OLE color: 6452685.

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

Color convert

RGB20511798-
CMYK00.430.520.20
HSL10.65º51.69%59.41%-
HSV(B)10.65º52.2%80.39%-
XYZ33.7426.5814.91-
YUV141.15103.65173.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=48.81%
G=27.86%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051179800.430.520.2010.6551.6959.41
HexCD756202B3414b343b
Octal3151651420536424136473
Binary11001101111010111000100101011110100101001011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7562; }

 p { color: rgb(205,117,98); }

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

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

 a { background-color: rgb(205,117,98); }

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

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

 span { border-color: rgb(205,117,98); }

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