#C17A5F

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

Shades of Japonica #C17A5F

Tints of Japonica #C17A5F

Color information

#C17A5F (or 0xC17A5F) is unknown color: approx Japonica. HEX triplet: C1, 7A and 5F. RGB value is (193,122,95). Sum of RGB (Red+Green+Blue) = 193+122+95=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A5F is #3E85A0. Grayscale: #8C8C8C. Windows color (decimal): -4097441 or 6257345. OLE color: 6257345.

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

Color convert

RGB19312295-
CMYK00.370.510.24
HSL16.53º44.14%56.47%-
HSV(B)16.53º50.78%75.69%-
XYZ31.0226.0814.23-
YUV140.15102.52165.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=47.07%
G=29.76%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931229500.370.510.2416.5344.1456.47
HexC17A5F0253318112c38
Octal3011721370456330215470
Binary110000011111010101111101001011100111100010001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A5F; }

 p { color: rgb(193,122,95); }

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

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

 a { background-color: rgb(193,122,95); }

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

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

 span { border-color: rgb(193,122,95); }

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