#C3755F

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

Shades of Japonica #C3755F

Tints of Japonica #C3755F

Color information

#C3755F (or 0xC3755F) is unknown color: approx Japonica. HEX triplet: C3, 75 and 5F. RGB value is (195,117,95). Sum of RGB (Red+Green+Blue) = 195+117+95=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3755F is #3C8AA0. Grayscale: #898989. Windows color (decimal): -3967649 or 6256067. OLE color: 6256067.

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

Color convert

RGB19511795-
CMYK00.40.510.24
HSL13.2º45.45%56.86%-
HSV(B)13.2º51.28%76.47%-
XYZ30.9325.1514.05-
YUV137.81103.84168.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=47.91%
G=28.75%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951179500.40.510.2413.245.4556.86
HexC3755F0283318d2d39
Octal3031651370506330155571
Binary11000011111010110111110101000110011110001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3755F; }

 p { color: rgb(195,117,95); }

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

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

 a { background-color: rgb(195,117,95); }

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

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

 span { border-color: rgb(195,117,95); }

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