#CD755D

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

Shades of Japonica #CD755D

Tints of Japonica #CD755D

Color information

#CD755D (or 0xCD755D) is unknown color: approx Japonica. HEX triplet: CD, 75 and 5D. RGB value is (205,117,93). Sum of RGB (Red+Green+Blue) = 205+117+93=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD755D is #328AA2. Grayscale: #8C8C8C. Windows color (decimal): -3312291 or 6125005. OLE color: 6125005.

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

Color convert

RGB20511793-
CMYK00.430.550.20
HSL12.86º52.83%58.43%-
HSV(B)12.86º54.63%80.39%-
XYZ33.5126.4913.7-
YUV140.58101.15173.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=49.40%
G=28.19%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051179300.430.550.2012.8652.8358.43
HexCD755D02B3714d353a
Octal3151651350536724156572
Binary11001101111010110111010101011110111101001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD755D; }

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

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

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

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

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

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

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

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