Shades of Japonica #CC745A
Tints of Japonica #CC745A
RGB
CMYK
RGB Variations
Color information
#CC745A (or 0xCC745A) is known color: Japonica. HEX triplet: CC, 74 and 5A. RGB value is (204,116,90). Sum of RGB (Red+Green+Blue) = 204+116+90=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC745A is #338BA5. Grayscale: #8B8B8B. Windows color (decimal): -3378086 or 5928140. OLE color: 5928140.
HSL color Cylindrical-coordinate representation of color #CC745A: hue angle of 13.68º 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 #CC745A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 90 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.2 |
| HSL | 13.68º | 0.53% | 0.58% | - |
| HSV(B) | 13.68º | 0.56% | 0.8% | - |
| XYZ | 32.99 | 26.07 | 12.97 | - |
| YUV | 139.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 90 | 0 | 0.43 | 0.56 | 0.2 | 13.68 | 0.53 | 0.58 |
| Hex | CC | 74 | 5A | 0 | 2B | 38 | 14 | E | 35 | 3A |
| Octal | 314 | 164 | 132 | 0 | 53 | 70 | 24 | 16 | 65 | 72 |
| Binary | 11001100 | 1110100 | 1011010 | 0 | 101011 | 111000 | 10100 | 1110 | 110101 | 111010 |
Color Harmonies of #CC745A
Complementary color
Monochromatic Colors of #CC745A
Black with #CC745A
Text Example
Text Example
White with #CC745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC745A; }
p { color: rgb(204,116,90); }
H1.HeaderClassName
{
color: #CC745A;
}
.AnyTagClassName
{
color: #CC745A;
}
</style>
background-color css
<style>
a { background-color: #CC745A; }
a { background-color: rgb(204,116,90); }
div.DivClassName
{
background-color: #CC745A;
}
.BgClassName
{
background-color: #CC745A;
}
</style>
border-color css
<style>
span { border-color: #CC745A; }
span { border-color: rgb(204,116,90); }
td.TdClassName
{
border-color: #CC745A;
}
.TagClassName
{
border-color: #CC745A;
}
</style>