#C5765E

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

Shades of Japonica #C5765E

Tints of Japonica #C5765E

Color information

#C5765E (or 0xC5765E) is unknown color: approx Japonica. HEX triplet: C5, 76 and 5E. RGB value is (197,118,94). Sum of RGB (Red+Green+Blue) = 197+118+94=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765E is #3A89A1. Grayscale: #8B8B8B. Windows color (decimal): -3836322 or 6190789. OLE color: 6190789.

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

Color convert

RGB19711894-
CMYK00.400.520.23
HSL13.98º47.03%57.06%-
HSV(B)13.98º52.28%77.25%-
XYZ31.5225.6413.88-
YUV138.88102.67169.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=48.17%
G=28.85%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971189400.400.520.2313.9847.0357.06
HexC5765E0283417e2f39
Octal3051661360506427165771
Binary11000101111011010111100101000110100101111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5765E; }

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

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

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

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

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

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

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

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