#C17255

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

Shades of Japonica #C17255

Tints of Japonica #C17255

Color information

#C17255 (or 0xC17255) is unknown color: approx Japonica. HEX triplet: C1, 72 and 55. RGB value is (193,114,85). Sum of RGB (Red+Green+Blue) = 193+114+85=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17255 is #3E8DAA. Grayscale: #868686. Windows color (decimal): -4099499 or 5599937. OLE color: 5599937.

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

Color convert

RGB19311485-
CMYK00.410.560.24
HSL16.11º46.55%54.51%-
HSV(B)16.11º55.96%75.69%-
XYZ29.6524.0311.67-
YUV134.32100.17169.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.23%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=49.23%
G=29.08%
B=21.68%

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
Decimal1931148500.410.560.2416.1146.5554.51
HexC172550293818102f37
Octal3011621250517030205767
Binary110000011110010101010101010011110001100010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17255; }

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

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

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

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

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

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

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

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