Shades of Japonica #CB725B
Tints of Japonica #CB725B
RGB
CMYK
RGB Variations
Color information
#CB725B (or 0xCB725B) is known color: Japonica. HEX triplet: CB, 72 and 5B. RGB value is (203,114,91). Sum of RGB (Red+Green+Blue) = 203+114+91=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB725B is #348DA4. Grayscale: #8A8A8A. Windows color (decimal): -3444133 or 5993163. OLE color: 5993163.
HSL color Cylindrical-coordinate representation of color #CB725B: hue angle of 12.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB725B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 91 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.20 |
| HSL | 12.32º | 0.52% | 0.58% | - |
| HSV(B) | 12.32º | 0.55% | 0.8% | - |
| XYZ | 32.53 | 25.49 | 13.1 | - |
| YUV | 137.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 91 | 0 | 0.44 | 0.55 | 0.20 | 12.32 | 0.52 | 0.58 |
| Hex | CB | 72 | 5B | 0 | 2C | 37 | 14 | C | 34 | 3A |
| Octal | 313 | 162 | 133 | 0 | 54 | 67 | 24 | 14 | 64 | 72 |
| Binary | 11001011 | 1110010 | 1011011 | 0 | 101100 | 110111 | 10100 | 1100 | 110100 | 111010 |
Color Harmonies of #CB725B
Complementary color
Monochromatic Colors of #CB725B
Black with #CB725B
Text Example
Text Example
White with #CB725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB725B; }
p { color: rgb(203,114,91); }
H1.HeaderClassName
{
color: #CB725B;
}
.AnyTagClassName
{
color: #CB725B;
}
</style>
background-color css
<style>
a { background-color: #CB725B; }
a { background-color: rgb(203,114,91); }
div.DivClassName
{
background-color: #CB725B;
}
.BgClassName
{
background-color: #CB725B;
}
</style>
border-color css
<style>
span { border-color: #CB725B; }
span { border-color: rgb(203,114,91); }
td.TdClassName
{
border-color: #CB725B;
}
.TagClassName
{
border-color: #CB725B;
}
</style>