#C37855

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

Shades of Japonica #C37855

Tints of Japonica #C37855

Color information

#C37855 (or 0xC37855) is unknown color: approx Japonica. HEX triplet: C3, 78 and 55. RGB value is (195,120,85). Sum of RGB (Red+Green+Blue) = 195+120+85=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C37855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37855 is #3C87AA. Grayscale: #8A8A8A. Windows color (decimal): -3966891 or 5601475. OLE color: 5601475.

HSL color Cylindrical-coordinate representation of color #C37855: hue angle of 19.09º 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 #C37855 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19512085-
CMYK00.380.560.24
HSL19.09º47.83%54.9%-
HSV(B)19.09º56.41%76.47%-
XYZ30.8625.6911.93-
YUV138.4497.85168.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=48.75%
G=30%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951208500.380.560.2419.0947.8354.9
HexC378550263818133037
Octal3031701250467030236067
Binary110000111111000101010101001101110001100010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37855; }

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

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

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

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

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

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

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

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