#C5765B

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

Shades of Japonica #C5765B

Tints of Japonica #C5765B

Color information

#C5765B (or 0xC5765B) is unknown color: approx Japonica. HEX triplet: C5, 76 and 5B. RGB value is (197,118,91). Sum of RGB (Red+Green+Blue) = 197+118+91=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765B is #3A89A4. Grayscale: #8A8A8A. Windows color (decimal): -3836325 or 5994181. OLE color: 5994181.

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

Color convert

RGB19711891-
CMYK00.400.540.23
HSL15.28º47.75%56.47%-
HSV(B)15.28º53.81%77.25%-
XYZ31.3925.5813.18-
YUV138.54101.17169.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=48.52%
G=29.06%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971189100.400.540.2315.2847.7556.47
HexC5765B0283617f3038
Octal3051661330506627176070
Binary11000101111011010110110101000110110101111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5765B; }

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

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

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

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

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

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

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

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