#C4765F

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

Shades of Japonica #C4765F

Tints of Japonica #C4765F

Color information

#C4765F (or 0xC4765F) is unknown color: approx Japonica. HEX triplet: C4, 76 and 5F. RGB value is (196,118,95). Sum of RGB (Red+Green+Blue) = 196+118+95=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4765F is #3B89A0. Grayscale: #8A8A8A. Windows color (decimal): -3901857 or 6256324. OLE color: 6256324.

HSL color Cylindrical-coordinate representation of color #C4765F: hue angle of 13.66º degrees, saturation: 0.46, 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 #C4765F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19611895-
CMYK00.400.520.23
HSL13.66º46.12%57.06%-
HSV(B)13.66º51.53%76.86%-
XYZ31.3125.5214.1-
YUV138.7103.34168.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=47.92%
G=28.85%
B=23.23%

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
Decimal1961189500.400.520.2313.6646.1257.06
HexC4765F0283417e2e39
Octal3041661370506427165671
Binary11000100111011010111110101000110100101111110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4765F; }

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

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

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

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

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

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

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

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