Shades of Japonica #CB7754
Tints of Japonica #CB7754
RGB
CMYK
RGB Variations
Color information
#CB7754 (or 0xCB7754) is known color: Japonica. HEX triplet: CB, 77 and 54. RGB value is (203,119,84). Sum of RGB (Red+Green+Blue) = 203+119+84=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7754 is #3488AB. Grayscale: #8C8C8C. Windows color (decimal): -3442860 or 5535691. OLE color: 5535691.
HSL color Cylindrical-coordinate representation of color #CB7754: hue angle of 17.65º 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 #CB7754 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 84 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.20 |
| HSL | 17.65º | 0.53% | 0.56% | - |
| HSV(B) | 17.65º | 0.59% | 0.8% | - |
| XYZ | 32.83 | 26.53 | 11.78 | - |
| YUV | 140.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 84 | 0 | 0.41 | 0.59 | 0.20 | 17.65 | 0.53 | 0.56 |
| Hex | CB | 77 | 54 | 0 | 29 | 3B | 14 | 12 | 35 | 38 |
| Octal | 313 | 167 | 124 | 0 | 51 | 73 | 24 | 22 | 65 | 70 |
| Binary | 11001011 | 1110111 | 1010100 | 0 | 101001 | 111011 | 10100 | 10010 | 110101 | 111000 |
Color Harmonies of #CB7754
Complementary color
Monochromatic Colors of #CB7754
Black with #CB7754
Text Example
Text Example
White with #CB7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7754; }
p { color: rgb(203,119,84); }
H1.HeaderClassName
{
color: #CB7754;
}
.AnyTagClassName
{
color: #CB7754;
}
</style>
background-color css
<style>
a { background-color: #CB7754; }
a { background-color: rgb(203,119,84); }
div.DivClassName
{
background-color: #CB7754;
}
.BgClassName
{
background-color: #CB7754;
}
</style>
border-color css
<style>
span { border-color: #CB7754; }
span { border-color: rgb(203,119,84); }
td.TdClassName
{
border-color: #CB7754;
}
.TagClassName
{
border-color: #CB7754;
}
</style>