#CD6B5A

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

Shades of Japonica #CD6B5A

Tints of Japonica #CD6B5A

Color information

#CD6B5A (or 0xCD6B5A) is unknown color: approx Japonica. HEX triplet: CD, 6B and 5A. RGB value is (205,107,90). Sum of RGB (Red+Green+Blue) = 205+107+90=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B5A is #3294A5. Grayscale: #868686. Windows color (decimal): -3314854 or 5925837. OLE color: 5925837.

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

Color convert

RGB20510790-
CMYK00.480.560.20
HSL8.87º53.49%57.84%-
HSV(B)8.87º56.1%80.39%-
XYZ32.2824.2312.65-
YUV134.36102.97178.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=51.00%
G=26.62%
B=22.39%

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
Decimal2051079000.480.560.208.8753.4957.84
HexCD6B5A03038149353a
Octal3151531320607024116572
Binary11001101110101110110100110000111000101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B5A; }

 p { color: rgb(205,107,90); }

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

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

 a { background-color: rgb(205,107,90); }

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

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

 span { border-color: rgb(205,107,90); }

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