#C17655

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

Shades of Japonica #C17655

Tints of Japonica #C17655

Color information

#C17655 (or 0xC17655) is unknown color: approx Japonica. HEX triplet: C1, 76 and 55. RGB value is (193,118,85). Sum of RGB (Red+Green+Blue) = 193+118+85=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17655 is #3E89AA. Grayscale: #888888. Windows color (decimal): -4098475 or 5600961. OLE color: 5600961.

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

Color convert

RGB19311885-
CMYK00.390.560.24
HSL18.33º46.55%54.51%-
HSV(B)18.33º55.96%75.69%-
XYZ30.1124.9511.82-
YUV136.6698.85168.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=48.74%
G=29.80%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931188500.390.560.2418.3346.5554.51
HexC176550273818122f37
Octal3011661250477030225767
Binary110000011110110101010101001111110001100010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17655; }

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

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

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

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

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

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

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

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