#C17A5C

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

Shades of Japonica #C17A5C

Tints of Japonica #C17A5C

Color information

#C17A5C (or 0xC17A5C) is unknown color: approx Japonica. HEX triplet: C1, 7A and 5C. RGB value is (193,122,92). Sum of RGB (Red+Green+Blue) = 193+122+92=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A5C is #3E85A3. Grayscale: #8C8C8C. Windows color (decimal): -4097444 or 6060737. OLE color: 6060737.

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

Color convert

RGB19312292-
CMYK00.370.520.24
HSL17.82º44.89%55.88%-
HSV(B)17.82º52.33%75.69%-
XYZ30.8826.0313.52-
YUV139.81101.02165.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=47.42%
G=29.98%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931229200.370.520.2417.8244.8955.88
HexC17A5C0253418122d38
Octal3011721340456430225570
Binary110000011111010101110001001011101001100010010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A5C; }

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

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

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

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

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

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

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

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