Shades of Japonica #CB6E61
Tints of Japonica #CB6E61
RGB
CMYK
RGB Variations
Color information
#CB6E61 (or 0xCB6E61) is known color: Japonica. HEX triplet: CB, 6E and 61. RGB value is (203,110,97). Sum of RGB (Red+Green+Blue) = 203+110+97=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E61 is #34919E. Grayscale: #888888. Windows color (decimal): -3445151 or 6385355. OLE color: 6385355.
HSL color Cylindrical-coordinate representation of color #CB6E61: hue angle of 7.36º 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 #CB6E61 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 97 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.20 |
| HSL | 7.36º | 0.5% | 0.59% | - |
| HSV(B) | 7.36º | 0.52% | 0.8% | - |
| XYZ | 32.36 | 24.71 | 14.37 | - |
| YUV | 136.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 97 | 0 | 0.46 | 0.52 | 0.20 | 7.36 | 0.5 | 0.59 |
| Hex | CB | 6E | 61 | 0 | 2E | 34 | 14 | 7 | 32 | 3B |
| Octal | 313 | 156 | 141 | 0 | 56 | 64 | 24 | 7 | 62 | 73 |
| Binary | 11001011 | 1101110 | 1100001 | 0 | 101110 | 110100 | 10100 | 111 | 110010 | 111011 |
Color Harmonies of #CB6E61
Complementary color
Monochromatic Colors of #CB6E61
Black with #CB6E61
Text Example
Text Example
White with #CB6E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E61; }
p { color: rgb(203,110,97); }
H1.HeaderClassName
{
color: #CB6E61;
}
.AnyTagClassName
{
color: #CB6E61;
}
</style>
background-color css
<style>
a { background-color: #CB6E61; }
a { background-color: rgb(203,110,97); }
div.DivClassName
{
background-color: #CB6E61;
}
.BgClassName
{
background-color: #CB6E61;
}
</style>
border-color css
<style>
span { border-color: #CB6E61; }
span { border-color: rgb(203,110,97); }
td.TdClassName
{
border-color: #CB6E61;
}
.TagClassName
{
border-color: #CB6E61;
}
</style>