#CC745F

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

Shades of Japonica #CC745F

Tints of Japonica #CC745F

Color information

#CC745F (or 0xCC745F) is unknown color: approx Japonica. HEX triplet: CC, 74 and 5F. RGB value is (204,116,95). Sum of RGB (Red+Green+Blue) = 204+116+95=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC745F is #338BA0. Grayscale: #8C8C8C. Windows color (decimal): -3378081 or 6255820. OLE color: 6255820.

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

Color convert

RGB20411695-
CMYK00.430.530.2
HSL11.56º51.66%58.63%-
HSV(B)11.56º53.43%80%-
XYZ33.2126.1514.12-
YUV139.92102.65173.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=49.16%
G=27.95%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041169500.430.530.211.5651.6658.63
HexCC745F02B3514c343b
Octal3141641370536524146473
Binary11001100111010010111110101011110101101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC745F; }

 p { color: rgb(204,116,95); }

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

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

 a { background-color: rgb(204,116,95); }

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

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

 span { border-color: rgb(204,116,95); }

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