#C1765D

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

Shades of Japonica #C1765D

Tints of Japonica #C1765D

Color information

#C1765D (or 0xC1765D) is unknown color: approx Japonica. HEX triplet: C1, 76 and 5D. RGB value is (193,118,93). Sum of RGB (Red+Green+Blue) = 193+118+93=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1765D is #3E89A2. Grayscale: #898989. Windows color (decimal): -4098467 or 6125249. OLE color: 6125249.

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

Color convert

RGB19311893-
CMYK00.390.520.24
HSL15º44.64%56.08%-
HSV(B)15º51.81%75.69%-
XYZ30.4525.0813.59-
YUV137.57102.85167.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=47.77%
G=29.21%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931189300.390.520.241544.6456.08
HexC1765D0273418f2d38
Octal3011661350476430175570
Binary11000001111011010111010100111110100110001111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1765D; }

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

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

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

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

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

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

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

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