Shades of Japonica #CB7152
Tints of Japonica #CB7152
RGB
CMYK
RGB Variations
Color information
#CB7152 (or 0xCB7152) is known color: Japonica. HEX triplet: CB, 71 and 52. RGB value is (203,113,82). Sum of RGB (Red+Green+Blue) = 203+113+82=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7152 is #348EAD. Grayscale: #888888. Windows color (decimal): -3444398 or 5403083. OLE color: 5403083.
HSL color Cylindrical-coordinate representation of color #CB7152: hue angle of 15.37º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB7152 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 82 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.20 |
| HSL | 15.37º | 0.54% | 0.56% | - |
| HSV(B) | 15.37º | 0.6% | 0.8% | - |
| XYZ | 32.06 | 25.12 | 11.14 | - |
| YUV | 136.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 82 | 0 | 0.44 | 0.60 | 0.20 | 15.37 | 0.54 | 0.56 |
| Hex | CB | 71 | 52 | 0 | 2C | 3C | 14 | F | 36 | 38 |
| Octal | 313 | 161 | 122 | 0 | 54 | 74 | 24 | 17 | 66 | 70 |
| Binary | 11001011 | 1110001 | 1010010 | 0 | 101100 | 111100 | 10100 | 1111 | 110110 | 111000 |
Color Harmonies of #CB7152
Complementary color
Monochromatic Colors of #CB7152
Black with #CB7152
Text Example
Text Example
White with #CB7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7152; }
p { color: rgb(203,113,82); }
H1.HeaderClassName
{
color: #CB7152;
}
.AnyTagClassName
{
color: #CB7152;
}
</style>
background-color css
<style>
a { background-color: #CB7152; }
a { background-color: rgb(203,113,82); }
div.DivClassName
{
background-color: #CB7152;
}
.BgClassName
{
background-color: #CB7152;
}
</style>
border-color css
<style>
span { border-color: #CB7152; }
span { border-color: rgb(203,113,82); }
td.TdClassName
{
border-color: #CB7152;
}
.TagClassName
{
border-color: #CB7152;
}
</style>