#CD6A5B

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

Shades of Japonica #CD6A5B

Tints of Japonica #CD6A5B

Color information

#CD6A5B (or 0xCD6A5B) is unknown color: approx Japonica. HEX triplet: CD, 6A and 5B. RGB value is (205,106,91). Sum of RGB (Red+Green+Blue) = 205+106+91=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A5B is #3295A4. Grayscale: #868686. Windows color (decimal): -3315109 or 5991117. OLE color: 5991117.

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

Color convert

RGB20510691-
CMYK00.480.560.20
HSL7.89º53.27%58.04%-
HSV(B)7.89º55.61%80.39%-
XYZ32.2224.0412.84-
YUV133.89103.8178.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=51.00%
G=26.37%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051069100.480.560.207.8953.2758.04
HexCD6A5B03038148353a
Octal3151521330607024106572
Binary11001101110101010110110110000111000101001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A5B; }

 p { color: rgb(205,106,91); }

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

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

 a { background-color: rgb(205,106,91); }

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

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

 span { border-color: rgb(205,106,91); }

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