#CD6D60

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

Shades of Japonica #CD6D60

Tints of Japonica #CD6D60

Color information

#CD6D60 (or 0xCD6D60) is unknown color: approx Japonica. HEX triplet: CD, 6D and 60. RGB value is (205,109,96). Sum of RGB (Red+Green+Blue) = 205+109+96=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D60 is #32929F. Grayscale: #888888. Windows color (decimal): -3314336 or 6319565. OLE color: 6319565.

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

Color convert

RGB20510996-
CMYK00.470.530.20
HSL7.16º52.15%59.02%-
HSV(B)7.16º53.17%80.39%-
XYZ32.7624.7614.12-
YUV136.22105.3177.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=50%
G=26.59%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051099600.470.530.207.1652.1559.02
HexCD6D6002F35147343b
Octal315155140057652476473
Binary1100110111011011100000010111111010110100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6D60; }

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

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

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

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

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

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

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

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