Shades of Japonica #CB735D
Tints of Japonica #CB735D
RGB
CMYK
RGB Variations
Color information
#CB735D (or 0xCB735D) is known color: Japonica. HEX triplet: CB, 73 and 5D. RGB value is (203,115,93). Sum of RGB (Red+Green+Blue) = 203+115+93=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB735D is #348CA2. Grayscale: #8A8A8A. Windows color (decimal): -3443875 or 6124491. OLE color: 6124491.
HSL color Cylindrical-coordinate representation of color #CB735D: hue angle of 12º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB735D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 93 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.20 |
| HSL | 12º | 0.51% | 0.58% | - |
| HSV(B) | 12º | 0.54% | 0.8% | - |
| XYZ | 32.74 | 25.75 | 13.6 | - |
| YUV | 138.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 93 | 0 | 0.43 | 0.54 | 0.20 | 12 | 0.51 | 0.58 |
| Hex | CB | 73 | 5D | 0 | 2B | 36 | 14 | C | 33 | 3A |
| Octal | 313 | 163 | 135 | 0 | 53 | 66 | 24 | 14 | 63 | 72 |
| Binary | 11001011 | 1110011 | 1011101 | 0 | 101011 | 110110 | 10100 | 1100 | 110011 | 111010 |
Color Harmonies of #CB735D
Complementary color
Monochromatic Colors of #CB735D
Black with #CB735D
Text Example
Text Example
White with #CB735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB735D; }
p { color: rgb(203,115,93); }
H1.HeaderClassName
{
color: #CB735D;
}
.AnyTagClassName
{
color: #CB735D;
}
</style>
background-color css
<style>
a { background-color: #CB735D; }
a { background-color: rgb(203,115,93); }
div.DivClassName
{
background-color: #CB735D;
}
.BgClassName
{
background-color: #CB735D;
}
</style>
border-color css
<style>
span { border-color: #CB735D; }
span { border-color: rgb(203,115,93); }
td.TdClassName
{
border-color: #CB735D;
}
.TagClassName
{
border-color: #CB735D;
}
</style>