Shades of Japonica #CB7255
Tints of Japonica #CB7255
RGB
CMYK
RGB Variations
Color information
#CB7255 (or 0xCB7255) is known color: Japonica. HEX triplet: CB, 72 and 55. RGB value is (203,114,85). Sum of RGB (Red+Green+Blue) = 203+114+85=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7255 is #348DAA. Grayscale: #898989. Windows color (decimal): -3444139 or 5599947. OLE color: 5599947.
HSL color Cylindrical-coordinate representation of color #CB7255: hue angle of 14.75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB7255 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 85 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.20 |
| HSL | 14.75º | 0.53% | 0.56% | - |
| HSV(B) | 14.75º | 0.58% | 0.8% | - |
| XYZ | 32.29 | 25.39 | 11.79 | - |
| YUV | 137.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 85 | 0 | 0.44 | 0.58 | 0.20 | 14.75 | 0.53 | 0.56 |
| Hex | CB | 72 | 55 | 0 | 2C | 3A | 14 | F | 35 | 38 |
| Octal | 313 | 162 | 125 | 0 | 54 | 72 | 24 | 17 | 65 | 70 |
| Binary | 11001011 | 1110010 | 1010101 | 0 | 101100 | 111010 | 10100 | 1111 | 110101 | 111000 |
Color Harmonies of #CB7255
Complementary color
Monochromatic Colors of #CB7255
Black with #CB7255
Text Example
Text Example
White with #CB7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7255; }
p { color: rgb(203,114,85); }
H1.HeaderClassName
{
color: #CB7255;
}
.AnyTagClassName
{
color: #CB7255;
}
</style>
background-color css
<style>
a { background-color: #CB7255; }
a { background-color: rgb(203,114,85); }
div.DivClassName
{
background-color: #CB7255;
}
.BgClassName
{
background-color: #CB7255;
}
</style>
border-color css
<style>
span { border-color: #CB7255; }
span { border-color: rgb(203,114,85); }
td.TdClassName
{
border-color: #CB7255;
}
.TagClassName
{
border-color: #CB7255;
}
</style>