Shades of Japonica #CB7561
Tints of Japonica #CB7561
RGB
CMYK
RGB Variations
Color information
#CB7561 (or 0xCB7561) is known color: Japonica. HEX triplet: CB, 75 and 61. RGB value is (203,117,97). Sum of RGB (Red+Green+Blue) = 203+117+97=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7561 is #348A9E. Grayscale: #8C8C8C. Windows color (decimal): -3443359 or 6387147. OLE color: 6387147.
HSL color Cylindrical-coordinate representation of color #CB7561: hue angle of 11.32º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7561 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 97 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.20 |
| HSL | 11.32º | 0.5% | 0.59% | - |
| HSV(B) | 11.32º | 0.52% | 0.8% | - |
| XYZ | 33.15 | 26.28 | 14.64 | - |
| YUV | 140.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 97 | 0 | 0.42 | 0.52 | 0.20 | 11.32 | 0.5 | 0.59 |
| Hex | CB | 75 | 61 | 0 | 2A | 34 | 14 | B | 32 | 3B |
| Octal | 313 | 165 | 141 | 0 | 52 | 64 | 24 | 13 | 62 | 73 |
| Binary | 11001011 | 1110101 | 1100001 | 0 | 101010 | 110100 | 10100 | 1011 | 110010 | 111011 |
Color Harmonies of #CB7561
Complementary color
Monochromatic Colors of #CB7561
Black with #CB7561
Text Example
Text Example
White with #CB7561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7561; }
p { color: rgb(203,117,97); }
H1.HeaderClassName
{
color: #CB7561;
}
.AnyTagClassName
{
color: #CB7561;
}
</style>
background-color css
<style>
a { background-color: #CB7561; }
a { background-color: rgb(203,117,97); }
div.DivClassName
{
background-color: #CB7561;
}
.BgClassName
{
background-color: #CB7561;
}
</style>
border-color css
<style>
span { border-color: #CB7561; }
span { border-color: rgb(203,117,97); }
td.TdClassName
{
border-color: #CB7561;
}
.TagClassName
{
border-color: #CB7561;
}
</style>