#CC7260

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

Shades of Japonica #CC7260

Tints of Japonica #CC7260

Color information

#CC7260 (or 0xCC7260) is unknown color: approx Japonica. HEX triplet: CC, 72 and 60. RGB value is (204,114,96). Sum of RGB (Red+Green+Blue) = 204+114+96=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7260 is #338D9F. Grayscale: #8B8B8B. Windows color (decimal): -3378592 or 6320844. OLE color: 6320844.

HSL color Cylindrical-coordinate representation of color #CC7260: hue angle of 10º degrees, saturation: 0.51, 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 #CC7260 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB20411496-
CMYK00.440.530.2
HSL10º51.43%58.82%-
HSV(B)10º52.94%80%-
XYZ33.0325.7214.29-
YUV138.86103.82174.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=49.28%
G=27.54%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041149600.440.530.21051.4358.82
HexCC726002C3514a333b
Octal3141621400546524126373
Binary11001100111001011000000101100110101101001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7260; }

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

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

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

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

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

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

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

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