#C06D55

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

Shades of Japonica #C06D55

Tints of Japonica #C06D55

Color information

#C06D55 (or 0xC06D55) is unknown color: approx Japonica. HEX triplet: C0, 6D and 55. RGB value is (192,109,85). Sum of RGB (Red+Green+Blue) = 192+109+85=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D55 is #3F92AA. Grayscale: #838383. Windows color (decimal): -4166315 or 5598656. OLE color: 5598656.

HSL color Cylindrical-coordinate representation of color #C06D55: hue angle of 13.46º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06D55 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19210985-
CMYK00.430.560.25
HSL13.46º45.92%54.31%-
HSV(B)13.46º55.73%75.29%-
XYZ28.8522.811.47-
YUV131.08102171.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=49.74%
G=28.24%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921098500.430.560.2513.4645.9254.31
HexC06D5502B3819d2e36
Octal3001551250537031155666
Binary11000000110110110101010101011111000110011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D55; }

 p { color: rgb(192,109,85); }

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

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

 a { background-color: rgb(192,109,85); }

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

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

 span { border-color: rgb(192,109,85); }

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