#CD6E53

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

Shades of Japonica #CD6E53

Tints of Japonica #CD6E53

Color information

#CD6E53 (or 0xCD6E53) is unknown color: approx Japonica. HEX triplet: CD, 6E and 53. RGB value is (205,110,83). Sum of RGB (Red+Green+Blue) = 205+110+83=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E53 is #3291AC. Grayscale: #878787. Windows color (decimal): -3314093 or 5467853. OLE color: 5467853.

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

Color convert

RGB20511083-
CMYK00.460.600.20
HSL13.28º54.95%56.47%-
HSV(B)13.28º59.51%80.39%-
XYZ32.3124.7611.26-
YUV135.3398.47177.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=51.51%
G=27.64%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051108300.460.600.2013.2854.9556.47
HexCD6E5302E3C14d3738
Octal3151561230567424156770
Binary11001101110111010100110101110111100101001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E53; }

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

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

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

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

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

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

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

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