#C06D5A

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

Shades of Japonica #C06D5A

Tints of Japonica #C06D5A

Color information

#C06D5A (or 0xC06D5A) is unknown color: approx Japonica. HEX triplet: C0, 6D and 5A. RGB value is (192,109,90). Sum of RGB (Red+Green+Blue) = 192+109+90=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D5A is #3F92A5. Grayscale: #838383. Windows color (decimal): -4166310 or 5926336. OLE color: 5926336.

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

Color convert

RGB19210990-
CMYK00.430.530.25
HSL11.18º44.74%55.29%-
HSV(B)11.18º53.12%75.29%-
XYZ29.0522.8812.56-
YUV131.65104.5171.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=49.10%
G=27.88%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921099000.430.530.2511.1844.7455.29
HexC06D5A02B3519b2d37
Octal3001551320536531135567
Binary11000000110110110110100101011110101110011011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D5A; }

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

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

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

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

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

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

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

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