Shades of Japonica #CC6B55
Tints of Japonica #CC6B55
RGB
CMYK
RGB Variations
Color information
#CC6B55 (or 0xCC6B55) is known color: Japonica. HEX triplet: CC, 6B and 55. RGB value is (204,107,85). Sum of RGB (Red+Green+Blue) = 204+107+85=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B55 is #3394AA. Grayscale: #858585. Windows color (decimal): -3380395 or 5598156. OLE color: 5598156.
HSL color Cylindrical-coordinate representation of color #CC6B55: hue angle of 11.09º 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 #CC6B55 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 85 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.2 |
| HSL | 11.09º | 0.54% | 0.57% | - |
| HSV(B) | 11.09º | 0.58% | 0.8% | - |
| XYZ | 31.8 | 24.01 | 11.55 | - |
| YUV | 133.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 85 | 0 | 0.48 | 0.58 | 0.2 | 11.09 | 0.54 | 0.57 |
| Hex | CC | 6B | 55 | 0 | 30 | 3A | 14 | B | 36 | 39 |
| Octal | 314 | 153 | 125 | 0 | 60 | 72 | 24 | 13 | 66 | 71 |
| Binary | 11001100 | 1101011 | 1010101 | 0 | 110000 | 111010 | 10100 | 1011 | 110110 | 111001 |
Color Harmonies of #CC6B55
Complementary color
Monochromatic Colors of #CC6B55
Black with #CC6B55
Text Example
Text Example
White with #CC6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B55; }
p { color: rgb(204,107,85); }
H1.HeaderClassName
{
color: #CC6B55;
}
.AnyTagClassName
{
color: #CC6B55;
}
</style>
background-color css
<style>
a { background-color: #CC6B55; }
a { background-color: rgb(204,107,85); }
div.DivClassName
{
background-color: #CC6B55;
}
.BgClassName
{
background-color: #CC6B55;
}
</style>
border-color css
<style>
span { border-color: #CC6B55; }
span { border-color: rgb(204,107,85); }
td.TdClassName
{
border-color: #CC6B55;
}
.TagClassName
{
border-color: #CC6B55;
}
</style>