Shades of Japonica #CC6E5B
Tints of Japonica #CC6E5B
RGB
CMYK
RGB Variations
Color information
#CC6E5B (or 0xCC6E5B) is known color: Japonica. HEX triplet: CC, 6E and 5B. RGB value is (204,110,91). Sum of RGB (Red+Green+Blue) = 204+110+91=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E5B is #3391A4. Grayscale: #888888. Windows color (decimal): -3379621 or 5992140. OLE color: 5992140.
HSL color Cylindrical-coordinate representation of color #CC6E5B: hue angle of 10.09º 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 #CC6E5B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 91 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.2 |
| HSL | 10.09º | 0.53% | 0.58% | - |
| HSV(B) | 10.09º | 0.55% | 0.8% | - |
| XYZ | 32.37 | 24.74 | 12.97 | - |
| YUV | 135.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 91 | 0 | 0.46 | 0.55 | 0.2 | 10.09 | 0.53 | 0.58 |
| Hex | CC | 6E | 5B | 0 | 2E | 37 | 14 | A | 35 | 3A |
| Octal | 314 | 156 | 133 | 0 | 56 | 67 | 24 | 12 | 65 | 72 |
| Binary | 11001100 | 1101110 | 1011011 | 0 | 101110 | 110111 | 10100 | 1010 | 110101 | 111010 |
Color Harmonies of #CC6E5B
Complementary color
Monochromatic Colors of #CC6E5B
Black with #CC6E5B
Text Example
Text Example
White with #CC6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E5B; }
p { color: rgb(204,110,91); }
H1.HeaderClassName
{
color: #CC6E5B;
}
.AnyTagClassName
{
color: #CC6E5B;
}
</style>
background-color css
<style>
a { background-color: #CC6E5B; }
a { background-color: rgb(204,110,91); }
div.DivClassName
{
background-color: #CC6E5B;
}
.BgClassName
{
background-color: #CC6E5B;
}
</style>
border-color css
<style>
span { border-color: #CC6E5B; }
span { border-color: rgb(204,110,91); }
td.TdClassName
{
border-color: #CC6E5B;
}
.TagClassName
{
border-color: #CC6E5B;
}
</style>