Shades of Japonica #CB6D58
Tints of Japonica #CB6D58
RGB
CMYK
RGB Variations
Color information
#CB6D58 (or 0xCB6D58) is known color: Japonica. HEX triplet: CB, 6D and 58. RGB value is (203,109,88). Sum of RGB (Red+Green+Blue) = 203+109+88=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D58 is #3492A7. Grayscale: #868686. Windows color (decimal): -3445416 or 5795275. OLE color: 5795275.
HSL color Cylindrical-coordinate representation of color #CB6D58: hue angle of 10.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB6D58 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 88 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.20 |
| HSL | 10.96º | 0.53% | 0.57% | - |
| HSV(B) | 10.96º | 0.57% | 0.8% | - |
| XYZ | 31.86 | 24.34 | 12.25 | - |
| YUV | 134.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 88 | 0 | 0.46 | 0.57 | 0.20 | 10.96 | 0.53 | 0.57 |
| Hex | CB | 6D | 58 | 0 | 2E | 39 | 14 | B | 35 | 39 |
| Octal | 313 | 155 | 130 | 0 | 56 | 71 | 24 | 13 | 65 | 71 |
| Binary | 11001011 | 1101101 | 1011000 | 0 | 101110 | 111001 | 10100 | 1011 | 110101 | 111001 |
Color Harmonies of #CB6D58
Complementary color
Monochromatic Colors of #CB6D58
Black with #CB6D58
Text Example
Text Example
White with #CB6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D58; }
p { color: rgb(203,109,88); }
H1.HeaderClassName
{
color: #CB6D58;
}
.AnyTagClassName
{
color: #CB6D58;
}
</style>
background-color css
<style>
a { background-color: #CB6D58; }
a { background-color: rgb(203,109,88); }
div.DivClassName
{
background-color: #CB6D58;
}
.BgClassName
{
background-color: #CB6D58;
}
</style>
border-color css
<style>
span { border-color: #CB6D58; }
span { border-color: rgb(203,109,88); }
td.TdClassName
{
border-color: #CB6D58;
}
.TagClassName
{
border-color: #CB6D58;
}
</style>