#CC725E

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

Shades of Japonica #CC725E

Tints of Japonica #CC725E

Color information

#CC725E (or 0xCC725E) is unknown color: approx Japonica. HEX triplet: CC, 72 and 5E. RGB value is (204,114,94). Sum of RGB (Red+Green+Blue) = 204+114+94=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC725E is #338DA1. Grayscale: #8A8A8A. Windows color (decimal): -3378594 or 6189772. OLE color: 6189772.

HSL color Cylindrical-coordinate representation of color #CC725E: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC725E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20411494-
CMYK00.440.540.2
HSL10.91º51.89%58.43%-
HSV(B)10.91º53.92%80%-
XYZ32.9425.6813.81-
YUV138.63102.82174.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=49.51%
G=27.67%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041149400.440.540.210.9151.8958.43
HexCC725E02C3614b343a
Octal3141621360546624136472
Binary11001100111001010111100101100110110101001011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC725E; }

 p { color: rgb(204,114,94); }

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

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

 a { background-color: rgb(204,114,94); }

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

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

 span { border-color: rgb(204,114,94); }

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