Shades of Japonica #CC755A
Tints of Japonica #CC755A
RGB
CMYK
RGB Variations
Color information
#CC755A (or 0xCC755A) is known color: Japonica. HEX triplet: CC, 75 and 5A. RGB value is (204,117,90). Sum of RGB (Red+Green+Blue) = 204+117+90=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC755A is #338AA5. Grayscale: #8C8C8C. Windows color (decimal): -3377830 or 5928396. OLE color: 5928396.
HSL color Cylindrical-coordinate representation of color #CC755A: hue angle of 14.21º 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 #CC755A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 90 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.2 |
| HSL | 14.21º | 0.53% | 0.58% | - |
| HSV(B) | 14.21º | 0.56% | 0.8% | - |
| XYZ | 33.11 | 26.3 | 13 | - |
| YUV | 139.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 90 | 0 | 0.43 | 0.56 | 0.2 | 14.21 | 0.53 | 0.58 |
| Hex | CC | 75 | 5A | 0 | 2B | 38 | 14 | E | 35 | 3A |
| Octal | 314 | 165 | 132 | 0 | 53 | 70 | 24 | 16 | 65 | 72 |
| Binary | 11001100 | 1110101 | 1011010 | 0 | 101011 | 111000 | 10100 | 1110 | 110101 | 111010 |
Color Harmonies of #CC755A
Complementary color
Monochromatic Colors of #CC755A
Black with #CC755A
Text Example
Text Example
White with #CC755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC755A; }
p { color: rgb(204,117,90); }
H1.HeaderClassName
{
color: #CC755A;
}
.AnyTagClassName
{
color: #CC755A;
}
</style>
background-color css
<style>
a { background-color: #CC755A; }
a { background-color: rgb(204,117,90); }
div.DivClassName
{
background-color: #CC755A;
}
.BgClassName
{
background-color: #CC755A;
}
</style>
border-color css
<style>
span { border-color: #CC755A; }
span { border-color: rgb(204,117,90); }
td.TdClassName
{
border-color: #CC755A;
}
.TagClassName
{
border-color: #CC755A;
}
</style>