Shades of Japonica #CB6F5C
Tints of Japonica #CB6F5C
RGB
CMYK
RGB Variations
Color information
#CB6F5C (or 0xCB6F5C) is known color: Japonica. HEX triplet: CB, 6F and 5C. RGB value is (203,111,92). Sum of RGB (Red+Green+Blue) = 203+111+92=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F5C is #3490A3. Grayscale: #888888. Windows color (decimal): -3444900 or 6057931. OLE color: 6057931.
HSL color Cylindrical-coordinate representation of color #CB6F5C: hue angle of 10.27º 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 #CB6F5C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 92 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.20 |
| HSL | 10.27º | 0.52% | 0.58% | - |
| HSV(B) | 10.27º | 0.55% | 0.8% | - |
| XYZ | 32.24 | 24.84 | 13.22 | - |
| YUV | 136.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 92 | 0 | 0.45 | 0.55 | 0.20 | 10.27 | 0.52 | 0.58 |
| Hex | CB | 6F | 5C | 0 | 2D | 37 | 14 | A | 34 | 3A |
| Octal | 313 | 157 | 134 | 0 | 55 | 67 | 24 | 12 | 64 | 72 |
| Binary | 11001011 | 1101111 | 1011100 | 0 | 101101 | 110111 | 10100 | 1010 | 110100 | 111010 |
Color Harmonies of #CB6F5C
Complementary color
Monochromatic Colors of #CB6F5C
Black with #CB6F5C
Text Example
Text Example
White with #CB6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F5C; }
p { color: rgb(203,111,92); }
H1.HeaderClassName
{
color: #CB6F5C;
}
.AnyTagClassName
{
color: #CB6F5C;
}
</style>
background-color css
<style>
a { background-color: #CB6F5C; }
a { background-color: rgb(203,111,92); }
div.DivClassName
{
background-color: #CB6F5C;
}
.BgClassName
{
background-color: #CB6F5C;
}
</style>
border-color css
<style>
span { border-color: #CB6F5C; }
span { border-color: rgb(203,111,92); }
td.TdClassName
{
border-color: #CB6F5C;
}
.TagClassName
{
border-color: #CB6F5C;
}
</style>