#CC705D

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

Shades of Japonica #CC705D

Tints of Japonica #CC705D

Color information

#CC705D (or 0xCC705D) is unknown color: approx Japonica. HEX triplet: CC, 70 and 5D. RGB value is (204,112,93). Sum of RGB (Red+Green+Blue) = 204+112+93=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC705D is #338FA2. Grayscale: #898989. Windows color (decimal): -3379107 or 6123724. OLE color: 6123724.

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

Color convert

RGB20411293-
CMYK00.450.540.2
HSL10.27º52.11%58.24%-
HSV(B)10.27º54.41%80%-
XYZ32.6725.2213.5-
YUV137.34102.98175.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=49.88%
G=27.38%
B=22.74%

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
Decimal2041129300.450.540.210.2752.1158.24
HexCC705D02D3614a343a
Octal3141601350556624126472
Binary11001100111000010111010101101110110101001010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC705D; }

 p { color: rgb(204,112,93); }

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

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

 a { background-color: rgb(204,112,93); }

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

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

 span { border-color: rgb(204,112,93); }

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