Shades of Japonica #CB7554
Tints of Japonica #CB7554
RGB
CMYK
RGB Variations
Color information
#CB7554 (or 0xCB7554) is known color: Japonica. HEX triplet: CB, 75 and 54. RGB value is (203,117,84). Sum of RGB (Red+Green+Blue) = 203+117+84=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7554 is #348AAB. Grayscale: #8B8B8B. Windows color (decimal): -3443372 or 5535179. OLE color: 5535179.
HSL color Cylindrical-coordinate representation of color #CB7554: hue angle of 16.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB7554 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 84 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.20 |
| HSL | 16.64º | 0.53% | 0.56% | - |
| HSV(B) | 16.64º | 0.59% | 0.8% | - |
| XYZ | 32.59 | 26.06 | 11.7 | - |
| YUV | 138.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 84 | 0 | 0.42 | 0.59 | 0.20 | 16.64 | 0.53 | 0.56 |
| Hex | CB | 75 | 54 | 0 | 2A | 3B | 14 | 11 | 35 | 38 |
| Octal | 313 | 165 | 124 | 0 | 52 | 73 | 24 | 21 | 65 | 70 |
| Binary | 11001011 | 1110101 | 1010100 | 0 | 101010 | 111011 | 10100 | 10001 | 110101 | 111000 |
Color Harmonies of #CB7554
Complementary color
Monochromatic Colors of #CB7554
Black with #CB7554
Text Example
Text Example
White with #CB7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7554; }
p { color: rgb(203,117,84); }
H1.HeaderClassName
{
color: #CB7554;
}
.AnyTagClassName
{
color: #CB7554;
}
</style>
background-color css
<style>
a { background-color: #CB7554; }
a { background-color: rgb(203,117,84); }
div.DivClassName
{
background-color: #CB7554;
}
.BgClassName
{
background-color: #CB7554;
}
</style>
border-color css
<style>
span { border-color: #CB7554; }
span { border-color: rgb(203,117,84); }
td.TdClassName
{
border-color: #CB7554;
}
.TagClassName
{
border-color: #CB7554;
}
</style>