#CC715E

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

Shades of Japonica #CC715E

Tints of Japonica #CC715E

Color information

#CC715E (or 0xCC715E) is unknown color: approx Japonica. HEX triplet: CC, 71 and 5E. RGB value is (204,113,94). Sum of RGB (Red+Green+Blue) = 204+113+94=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC715E is #338EA1. Grayscale: #8A8A8A. Windows color (decimal): -3378850 or 6189516. OLE color: 6189516.

HSL color Cylindrical-coordinate representation of color #CC715E: hue angle of 10.36º 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 #CC715E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20411394-
CMYK00.450.540.2
HSL10.36º51.89%58.43%-
HSV(B)10.36º53.92%80%-
XYZ32.8325.4613.77-
YUV138.04103.15175.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=49.64%
G=27.49%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041139400.450.540.210.3651.8958.43
HexCC715E02D3614a343a
Octal3141611360556624126472
Binary11001100111000110111100101101110110101001010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC715E; }

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

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

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

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

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

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

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

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