#C17855

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

Shades of Japonica #C17855

Tints of Japonica #C17855

Color information

#C17855 (or 0xC17855) is unknown color: approx Japonica. HEX triplet: C1, 78 and 55. RGB value is (193,120,85). Sum of RGB (Red+Green+Blue) = 193+120+85=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C17855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17855 is #3E87AA. Grayscale: #8A8A8A. Windows color (decimal): -4097963 or 5601473. OLE color: 5601473.

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

Color convert

RGB19312085-
CMYK00.380.560.24
HSL19.44º46.55%54.51%-
HSV(B)19.44º55.96%75.69%-
XYZ30.3525.4311.9-
YUV137.8498.18167.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=48.49%
G=30.15%
B=21.36%

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
Decimal1931208500.380.560.2419.4446.5554.51
HexC178550263818132f37
Octal3011701250467030235767
Binary110000011111000101010101001101110001100010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17855; }

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

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

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

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

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

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

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

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