#C06F58

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

Shades of Japonica #C06F58

Tints of Japonica #C06F58

Color information

#C06F58 (or 0xC06F58) is unknown color: approx Japonica. HEX triplet: C0, 6F and 58. RGB value is (192,111,88). Sum of RGB (Red+Green+Blue) = 192+111+88=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F58 is #3F90A7. Grayscale: #848484. Windows color (decimal): -4165800 or 5795776. OLE color: 5795776.

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

Color convert

RGB19211188-
CMYK00.420.540.25
HSL13.27º45.22%54.9%-
HSV(B)13.27º54.17%75.29%-
XYZ29.1823.2812.19-
YUV132.6102.84170.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=49.10%
G=28.39%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921118800.420.540.2513.2745.2254.9
HexC06F5802A3619d2d37
Octal3001571300526631155567
Binary11000000110111110110000101010110110110011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F58; }

 p { color: rgb(192,111,88); }

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

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

 a { background-color: rgb(192,111,88); }

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

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

 span { border-color: rgb(192,111,88); }

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