#C1765F

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

Shades of Japonica #C1765F

Tints of Japonica #C1765F

Color information

#C1765F (or 0xC1765F) is unknown color: approx Japonica. HEX triplet: C1, 76 and 5F. RGB value is (193,118,95). Sum of RGB (Red+Green+Blue) = 193+118+95=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765F is #3E89A0. Grayscale: #898989. Windows color (decimal): -4098465 or 6256321. OLE color: 6256321.

HSL color Cylindrical-coordinate representation of color #C1765F: hue angle of 14.08º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1765F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19311895-
CMYK00.390.510.24
HSL14.08º44.14%56.47%-
HSV(B)14.08º50.78%75.69%-
XYZ30.5425.1214.07-
YUV137.8103.85167.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=47.54%
G=29.06%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931189500.390.510.2414.0844.1456.47
HexC1765F0273318e2c38
Octal3011661370476330165470
Binary11000001111011010111110100111110011110001110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1765F; }

 p { color: rgb(193,118,95); }

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

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

 a { background-color: rgb(193,118,95); }

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

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

 span { border-color: rgb(193,118,95); }

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