#CC7261

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

Shades of Japonica #CC7261

Tints of Japonica #CC7261

Color information

#CC7261 (or 0xCC7261) is unknown color: approx Japonica. HEX triplet: CC, 72 and 61. RGB value is (204,114,97). Sum of RGB (Red+Green+Blue) = 204+114+97=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7261 is #338D9E. Grayscale: #8B8B8B. Windows color (decimal): -3378591 or 6386380. OLE color: 6386380.

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

Color convert

RGB20411497-
CMYK00.440.520.2
HSL9.53º51.2%59.02%-
HSV(B)9.53º52.45%80%-
XYZ33.0825.7414.53-
YUV138.97104.32174.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=49.16%
G=27.47%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041149700.440.520.29.5351.259.02
HexCC726102C3414a333b
Octal3141621410546424126373
Binary11001100111001011000010101100110100101001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7261; }

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

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

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

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

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

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

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

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