Shades of Japonica #CC7261
Tints of Japonica #CC7261
RGB
CMYK
RGB Variations
Color information
#CC7261 (or 0xCC7261) is known color: 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
| RGB | 204 | 114 | 97 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.2 |
| HSL | 9.53º | 0.51% | 0.59% | - |
| HSV(B) | 9.53º | 0.52% | 0.8% | - |
| XYZ | 33.08 | 25.74 | 14.53 | - |
| YUV | 138.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 97 | 0 | 0.44 | 0.52 | 0.2 | 9.53 | 0.51 | 0.59 |
| Hex | CC | 72 | 61 | 0 | 2C | 34 | 14 | A | 33 | 3B |
| Octal | 314 | 162 | 141 | 0 | 54 | 64 | 24 | 12 | 63 | 73 |
| Binary | 11001100 | 1110010 | 1100001 | 0 | 101100 | 110100 | 10100 | 1010 | 110011 | 111011 |
Color Harmonies of #CC7261
Complementary color
Monochromatic Colors of #CC7261
Black with #CC7261
Text Example
Text Example
White with #CC7261
Text Example
Text Example
HTML Codes & Css Web 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>