Shades of Japonica #CB6E5C
Tints of Japonica #CB6E5C
RGB
CMYK
RGB Variations
Color information
#CB6E5C (or 0xCB6E5C) is known color: Japonica. HEX triplet: CB, 6E and 5C. RGB value is (203,110,92). Sum of RGB (Red+Green+Blue) = 203+110+92=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E5C is #3491A3. Grayscale: #878787. Windows color (decimal): -3445156 or 6057675. OLE color: 6057675.
HSL color Cylindrical-coordinate representation of color #CB6E5C: hue angle of 9.73º 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 #CB6E5C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 92 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.20 |
| HSL | 9.73º | 0.52% | 0.58% | - |
| HSV(B) | 9.73º | 0.55% | 0.8% | - |
| XYZ | 32.14 | 24.62 | 13.18 | - |
| YUV | 135.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 92 | 0 | 0.46 | 0.55 | 0.20 | 9.73 | 0.52 | 0.58 |
| Hex | CB | 6E | 5C | 0 | 2E | 37 | 14 | A | 34 | 3A |
| Octal | 313 | 156 | 134 | 0 | 56 | 67 | 24 | 12 | 64 | 72 |
| Binary | 11001011 | 1101110 | 1011100 | 0 | 101110 | 110111 | 10100 | 1010 | 110100 | 111010 |
Color Harmonies of #CB6E5C
Complementary color
Monochromatic Colors of #CB6E5C
Black with #CB6E5C
Text Example
Text Example
White with #CB6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E5C; }
p { color: rgb(203,110,92); }
H1.HeaderClassName
{
color: #CB6E5C;
}
.AnyTagClassName
{
color: #CB6E5C;
}
</style>
background-color css
<style>
a { background-color: #CB6E5C; }
a { background-color: rgb(203,110,92); }
div.DivClassName
{
background-color: #CB6E5C;
}
.BgClassName
{
background-color: #CB6E5C;
}
</style>
border-color css
<style>
span { border-color: #CB6E5C; }
span { border-color: rgb(203,110,92); }
td.TdClassName
{
border-color: #CB6E5C;
}
.TagClassName
{
border-color: #CB6E5C;
}
</style>