Shades of Japonica #CC6A55
Tints of Japonica #CC6A55
RGB
CMYK
RGB Variations
Color information
#CC6A55 (or 0xCC6A55) is known color: Japonica. HEX triplet: CC, 6A and 55. RGB value is (204,106,85). Sum of RGB (Red+Green+Blue) = 204+106+85=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A55 is #3395AA. Grayscale: #858585. Windows color (decimal): -3380651 or 5597900. OLE color: 5597900.
HSL color Cylindrical-coordinate representation of color #CC6A55: hue angle of 10.59º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6A55 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 85 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.2 |
| HSL | 10.59º | 0.54% | 0.57% | - |
| HSV(B) | 10.59º | 0.58% | 0.8% | - |
| XYZ | 31.7 | 23.8 | 11.52 | - |
| YUV | 132.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 85 | 0 | 0.48 | 0.58 | 0.2 | 10.59 | 0.54 | 0.57 |
| Hex | CC | 6A | 55 | 0 | 30 | 3A | 14 | B | 36 | 39 |
| Octal | 314 | 152 | 125 | 0 | 60 | 72 | 24 | 13 | 66 | 71 |
| Binary | 11001100 | 1101010 | 1010101 | 0 | 110000 | 111010 | 10100 | 1011 | 110110 | 111001 |
Color Harmonies of #CC6A55
Complementary color
Monochromatic Colors of #CC6A55
Black with #CC6A55
Text Example
Text Example
White with #CC6A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A55; }
p { color: rgb(204,106,85); }
H1.HeaderClassName
{
color: #CC6A55;
}
.AnyTagClassName
{
color: #CC6A55;
}
</style>
background-color css
<style>
a { background-color: #CC6A55; }
a { background-color: rgb(204,106,85); }
div.DivClassName
{
background-color: #CC6A55;
}
.BgClassName
{
background-color: #CC6A55;
}
</style>
border-color css
<style>
span { border-color: #CC6A55; }
span { border-color: rgb(204,106,85); }
td.TdClassName
{
border-color: #CC6A55;
}
.TagClassName
{
border-color: #CC6A55;
}
</style>