#C37455

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

Shades of Japonica #C37455

Tints of Japonica #C37455

Color information

#C37455 (or 0xC37455) is unknown color: approx Japonica. HEX triplet: C3, 74 and 55. RGB value is (195,116,85). Sum of RGB (Red+Green+Blue) = 195+116+85=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37455 is #3C8BAA. Grayscale: #888888. Windows color (decimal): -3967915 or 5600451. OLE color: 5600451.

HSL color Cylindrical-coordinate representation of color #C37455: hue angle of 16.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C37455 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19511685-
CMYK00.410.560.24
HSL16.91º47.83%54.9%-
HSV(B)16.91º56.41%76.47%-
XYZ30.3924.7511.77-
YUV136.0999.17170.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=49.24%
G=29.29%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951168500.410.560.2416.9147.8354.9
HexC374550293818113037
Octal3031641250517030216067
Binary110000111110100101010101010011110001100010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37455; }

 p { color: rgb(195,116,85); }

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

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

 a { background-color: rgb(195,116,85); }

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

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

 span { border-color: rgb(195,116,85); }

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