Shades of Japonica #CC6F5A
Tints of Japonica #CC6F5A
RGB
CMYK
RGB Variations
Color information
#CC6F5A (or 0xCC6F5A) is known color: Japonica. HEX triplet: CC, 6F and 5A. RGB value is (204,111,90). Sum of RGB (Red+Green+Blue) = 204+111+90=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F5A is #3390A5. Grayscale: #888888. Windows color (decimal): -3379366 or 5926860. OLE color: 5926860.
HSL color Cylindrical-coordinate representation of color #CC6F5A: hue angle of 11.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6F5A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 90 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.2 |
| HSL | 11.05º | 0.53% | 0.58% | - |
| HSV(B) | 11.05º | 0.56% | 0.8% | - |
| XYZ | 32.43 | 24.94 | 12.78 | - |
| YUV | 136.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 90 | 0 | 0.46 | 0.56 | 0.2 | 11.05 | 0.53 | 0.58 |
| Hex | CC | 6F | 5A | 0 | 2E | 38 | 14 | B | 35 | 3A |
| Octal | 314 | 157 | 132 | 0 | 56 | 70 | 24 | 13 | 65 | 72 |
| Binary | 11001100 | 1101111 | 1011010 | 0 | 101110 | 111000 | 10100 | 1011 | 110101 | 111010 |
Color Harmonies of #CC6F5A
Complementary color
Monochromatic Colors of #CC6F5A
Black with #CC6F5A
Text Example
Text Example
White with #CC6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F5A; }
p { color: rgb(204,111,90); }
H1.HeaderClassName
{
color: #CC6F5A;
}
.AnyTagClassName
{
color: #CC6F5A;
}
</style>
background-color css
<style>
a { background-color: #CC6F5A; }
a { background-color: rgb(204,111,90); }
div.DivClassName
{
background-color: #CC6F5A;
}
.BgClassName
{
background-color: #CC6F5A;
}
</style>
border-color css
<style>
span { border-color: #CC6F5A; }
span { border-color: rgb(204,111,90); }
td.TdClassName
{
border-color: #CC6F5A;
}
.TagClassName
{
border-color: #CC6F5A;
}
</style>