#C7725C

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

Shades of Japonica #C7725C

Tints of Japonica #C7725C

Color information

#C7725C (or 0xC7725C) is unknown color: approx Japonica. HEX triplet: C7, 72 and 5C. RGB value is (199,114,92). Sum of RGB (Red+Green+Blue) = 199+114+92=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7725C is #388DA3. Grayscale: #898989. Windows color (decimal): -3706276 or 6058695. OLE color: 6058695.

HSL color Cylindrical-coordinate representation of color #C7725C: hue angle of 12.34º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7725C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19911492-
CMYK00.430.540.22
HSL12.34º48.86%57.06%-
HSV(B)12.34º53.77%78.04%-
XYZ31.524.9513.28-
YUV136.91102.66172.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=49.14%
G=28.15%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991149200.430.540.2212.3448.8657.06
HexC7725C02B3616c3139
Octal3071621340536626146171
Binary11000111111001010111000101011110110101101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7725C; }

 p { color: rgb(199,114,92); }

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

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

 a { background-color: rgb(199,114,92); }

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

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

 span { border-color: rgb(199,114,92); }

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