#CD6959

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

Shades of Japonica #CD6959

Tints of Japonica #CD6959

Color information

#CD6959 (or 0xCD6959) is unknown color: approx Japonica. HEX triplet: CD, 69 and 59. RGB value is (205,105,89). Sum of RGB (Red+Green+Blue) = 205+105+89=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6959 is #3296A6. Grayscale: #858585. Windows color (decimal): -3315367 or 5859789. OLE color: 5859789.

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

Color convert

RGB20510589-
CMYK00.490.570.20
HSL8.28º53.7%57.65%-
HSV(B)8.28º56.59%80.39%-
XYZ32.0323.812.36-
YUV133.08103.13179.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.38%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=51.38%
G=26.32%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051058900.490.570.208.2853.757.65
HexCD695903139148363a
Octal3151511310617124106672
Binary11001101110100110110010110001111001101001000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6959; }

 p { color: rgb(205,105,89); }

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

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

 a { background-color: rgb(205,105,89); }

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

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

 span { border-color: rgb(205,105,89); }

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