Shades of Japonica #CB6F55
Tints of Japonica #CB6F55
RGB
CMYK
RGB Variations
Color information
#CB6F55 (or 0xCB6F55) is known color: Japonica. HEX triplet: CB, 6F and 55. RGB value is (203,111,85). Sum of RGB (Red+Green+Blue) = 203+111+85=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F55 is #3490AA. Grayscale: #878787. Windows color (decimal): -3444907 or 5599179. OLE color: 5599179.
HSL color Cylindrical-coordinate representation of color #CB6F55: hue angle of 13.22º 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 #CB6F55 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 85 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.20 |
| HSL | 13.22º | 0.53% | 0.56% | - |
| HSV(B) | 13.22º | 0.58% | 0.8% | - |
| XYZ | 31.95 | 24.72 | 11.68 | - |
| YUV | 135.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 85 | 0 | 0.45 | 0.58 | 0.20 | 13.22 | 0.53 | 0.56 |
| Hex | CB | 6F | 55 | 0 | 2D | 3A | 14 | D | 35 | 38 |
| Octal | 313 | 157 | 125 | 0 | 55 | 72 | 24 | 15 | 65 | 70 |
| Binary | 11001011 | 1101111 | 1010101 | 0 | 101101 | 111010 | 10100 | 1101 | 110101 | 111000 |
Color Harmonies of #CB6F55
Complementary color
Monochromatic Colors of #CB6F55
Black with #CB6F55
Text Example
Text Example
White with #CB6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F55; }
p { color: rgb(203,111,85); }
H1.HeaderClassName
{
color: #CB6F55;
}
.AnyTagClassName
{
color: #CB6F55;
}
</style>
background-color css
<style>
a { background-color: #CB6F55; }
a { background-color: rgb(203,111,85); }
div.DivClassName
{
background-color: #CB6F55;
}
.BgClassName
{
background-color: #CB6F55;
}
</style>
border-color css
<style>
span { border-color: #CB6F55; }
span { border-color: rgb(203,111,85); }
td.TdClassName
{
border-color: #CB6F55;
}
.TagClassName
{
border-color: #CB6F55;
}
</style>