#C2745C

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

Shades of Japonica #C2745C

Tints of Japonica #C2745C

Color information

#C2745C (or 0xC2745C) is unknown color: approx Japonica. HEX triplet: C2, 74 and 5C. RGB value is (194,116,92). Sum of RGB (Red+Green+Blue) = 194+116+92=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2745C is #3D8BA3. Grayscale: #888888. Windows color (decimal): -4033444 or 6059202. OLE color: 6059202.

HSL color Cylindrical-coordinate representation of color #C2745C: hue angle of 14.12º degrees, saturation: 0.46, 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 #C2745C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19411692-
CMYK00.400.530.24
HSL14.12º45.54%56.08%-
HSV(B)14.12º52.58%76.08%-
XYZ30.4324.7313.3-
YUV136.59102.84168.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=48.26%
G=28.86%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941169200.400.530.2414.1245.5456.08
HexC2745C0283518e2e38
Octal3021641340506530165670
Binary11000010111010010111000101000110101110001110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2745C; }

 p { color: rgb(194,116,92); }

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

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

 a { background-color: rgb(194,116,92); }

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

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

 span { border-color: rgb(194,116,92); }

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