#CD6D52

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

Shades of Japonica #CD6D52

Tints of Japonica #CD6D52

Color information

#CD6D52 (or 0xCD6D52) is unknown color: approx Japonica. HEX triplet: CD, 6D and 52. RGB value is (205,109,82). Sum of RGB (Red+Green+Blue) = 205+109+82=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D52 is #3292AD. Grayscale: #868686. Windows color (decimal): -3314350 or 5402061. OLE color: 5402061.

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

Color convert

RGB20510982-
CMYK00.470.60.20
HSL13.17º55.16%56.27%-
HSV(B)13.17º60%80.39%-
XYZ32.1724.5311.02-
YUV134.6398.3178.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=51.77%
G=27.53%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051098200.470.60.2013.1755.1656.27
HexCD6D5202F3C14d3738
Octal3151551220577424156770
Binary11001101110110110100100101111111100101001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D52; }

 p { color: rgb(205,109,82); }

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

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

 a { background-color: rgb(205,109,82); }

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

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

 span { border-color: rgb(205,109,82); }

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