Shades of Japonica #CC6F5B
Tints of Japonica #CC6F5B
RGB
CMYK
RGB Variations
Color information
#CC6F5B (or 0xCC6F5B) is known color: Japonica. HEX triplet: CC, 6F and 5B. RGB value is (204,111,91). Sum of RGB (Red+Green+Blue) = 204+111+91=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F5B is #3390A4. Grayscale: #888888. Windows color (decimal): -3379365 or 5992396. OLE color: 5992396.
HSL color Cylindrical-coordinate representation of color #CC6F5B: hue angle of 10.62º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6F5B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 91 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.2 |
| HSL | 10.62º | 0.53% | 0.58% | - |
| HSV(B) | 10.62º | 0.55% | 0.8% | - |
| XYZ | 32.47 | 24.96 | 13 | - |
| YUV | 136.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 91 | 0 | 0.46 | 0.55 | 0.2 | 10.62 | 0.53 | 0.58 |
| Hex | CC | 6F | 5B | 0 | 2E | 37 | 14 | B | 35 | 3A |
| Octal | 314 | 157 | 133 | 0 | 56 | 67 | 24 | 13 | 65 | 72 |
| Binary | 11001100 | 1101111 | 1011011 | 0 | 101110 | 110111 | 10100 | 1011 | 110101 | 111010 |
Color Harmonies of #CC6F5B
Complementary color
Monochromatic Colors of #CC6F5B
Black with #CC6F5B
Text Example
Text Example
White with #CC6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F5B; }
p { color: rgb(204,111,91); }
H1.HeaderClassName
{
color: #CC6F5B;
}
.AnyTagClassName
{
color: #CC6F5B;
}
</style>
background-color css
<style>
a { background-color: #CC6F5B; }
a { background-color: rgb(204,111,91); }
div.DivClassName
{
background-color: #CC6F5B;
}
.BgClassName
{
background-color: #CC6F5B;
}
</style>
border-color css
<style>
span { border-color: #CC6F5B; }
span { border-color: rgb(204,111,91); }
td.TdClassName
{
border-color: #CC6F5B;
}
.TagClassName
{
border-color: #CC6F5B;
}
</style>