#C1755B

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

Shades of Japonica #C1755B

Tints of Japonica #C1755B

Color information

#C1755B (or 0xC1755B) is unknown color: approx Japonica. HEX triplet: C1, 75 and 5B. RGB value is (193,117,91). Sum of RGB (Red+Green+Blue) = 193+117+91=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1755B is #3E8AA4. Grayscale: #888888. Windows color (decimal): -4098725 or 5993921. OLE color: 5993921.

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

Color convert

RGB19311791-
CMYK00.390.530.24
HSL15.29º45.13%55.69%-
HSV(B)15.29º52.85%75.69%-
XYZ30.2424.8213.09-
YUV136.76102.18168.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=48.13%
G=29.18%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931179100.390.530.2415.2945.1355.69
HexC1755B0273518f2d38
Octal3011651330476530175570
Binary11000001111010110110110100111110101110001111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1755B; }

 p { color: rgb(193,117,91); }

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

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

 a { background-color: rgb(193,117,91); }

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

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

 span { border-color: rgb(193,117,91); }

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