#C06E55

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

Shades of Japonica #C06E55

Tints of Japonica #C06E55

Color information

#C06E55 (or 0xC06E55) is unknown color: approx Japonica. HEX triplet: C0, 6E and 55. RGB value is (192,110,85). Sum of RGB (Red+Green+Blue) = 192+110+85=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E55 is #3F91AA. Grayscale: #838383. Windows color (decimal): -4166059 or 5598912. OLE color: 5598912.

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

Color convert

RGB19211085-
CMYK00.430.560.25
HSL14.02º45.92%54.31%-
HSV(B)14.02º55.73%75.29%-
XYZ28.9523.0111.51-
YUV131.67101.67171.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.61%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=49.61%
G=28.42%
B=21.96%

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
Decimal1921108500.430.560.2514.0245.9254.31
HexC06E5502B3819e2e36
Octal3001561250537031165666
Binary11000000110111010101010101011111000110011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E55; }

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

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

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

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

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

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

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

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