#C06C54

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

Shades of Japonica #C06C54

Tints of Japonica #C06C54

Color information

#C06C54 (or 0xC06C54) is unknown color: approx Japonica. HEX triplet: C0, 6C and 54. RGB value is (192,108,84). Sum of RGB (Red+Green+Blue) = 192+108+84=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C54 is #3F93AB. Grayscale: #828282. Windows color (decimal): -4166572 or 5532864. OLE color: 5532864.

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

Color convert

RGB19210884-
CMYK00.440.560.25
HSL13.33º46.15%54.12%-
HSV(B)13.33º56.25%75.29%-
XYZ28.722.5711.23-
YUV130.38101.83171.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=50%
G=28.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921088400.440.560.2513.3346.1554.12
HexC06C5402C3819d2e36
Octal3001541240547031155666
Binary11000000110110010101000101100111000110011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C54; }

 p { color: rgb(192,108,84); }

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

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

 a { background-color: rgb(192,108,84); }

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

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

 span { border-color: rgb(192,108,84); }

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