#C5765C

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

Shades of Japonica #C5765C

Tints of Japonica #C5765C

Color information

#C5765C (or 0xC5765C) is unknown color: approx Japonica. HEX triplet: C5, 76 and 5C. RGB value is (197,118,92). Sum of RGB (Red+Green+Blue) = 197+118+92=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765C is #3A89A3. Grayscale: #8A8A8A. Windows color (decimal): -3836324 or 6059717. OLE color: 6059717.

HSL color Cylindrical-coordinate representation of color #C5765C: hue angle of 14.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5765C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19711892-
CMYK00.400.530.23
HSL14.86º47.51%56.67%-
HSV(B)14.86º53.3%77.25%-
XYZ31.4425.613.41-
YUV138.66101.67169.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=48.40%
G=28.99%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971189200.400.530.2314.8647.5156.67
HexC5765C0283517f3039
Octal3051661340506527176071
Binary11000101111011010111000101000110101101111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5765C; }

 p { color: rgb(197,118,92); }

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

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

 a { background-color: rgb(197,118,92); }

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

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

 span { border-color: rgb(197,118,92); }

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