#C8725A

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

Shades of Japonica #C8725A

Tints of Japonica #C8725A

Color information

#C8725A (or 0xC8725A) is unknown color: approx Japonica. HEX triplet: C8, 72 and 5A. RGB value is (200,114,90). Sum of RGB (Red+Green+Blue) = 200+114+90=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8725A is #378DA5. Grayscale: #898989. Windows color (decimal): -3640742 or 5927624. OLE color: 5927624.

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

Color convert

RGB20011490-
CMYK00.430.550.22
HSL13.09º50%56.86%-
HSV(B)13.09º55%78.43%-
XYZ31.6825.0512.84-
YUV136.98101.49172.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=49.50%
G=28.22%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001149000.430.550.2213.095056.86
HexC8725A02B3716d3239
Octal3101621320536726156271
Binary11001000111001010110100101011110111101101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8725A; }

 p { color: rgb(200,114,90); }

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

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

 a { background-color: rgb(200,114,90); }

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

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

 span { border-color: rgb(200,114,90); }

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