Shades of Japonica #CB7B5C
Tints of Japonica #CB7B5C
RGB
CMYK
RGB Variations
Color information
#CB7B5C (or 0xCB7B5C) is known color: Japonica. HEX triplet: CB, 7B and 5C. RGB value is (203,123,92). Sum of RGB (Red+Green+Blue) = 203+123+92=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B5C is #3484A3. Grayscale: #8F8F8F. Windows color (decimal): -3441828 or 6061003. OLE color: 6061003.
HSL color Cylindrical-coordinate representation of color #CB7B5C: hue angle of 16.76º 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 #CB7B5C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 92 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.20 |
| HSL | 16.76º | 0.52% | 0.58% | - |
| HSV(B) | 16.76º | 0.55% | 0.8% | - |
| XYZ | 33.64 | 27.64 | 13.69 | - |
| YUV | 143.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 92 | 0 | 0.39 | 0.55 | 0.20 | 16.76 | 0.52 | 0.58 |
| Hex | CB | 7B | 5C | 0 | 27 | 37 | 14 | 11 | 34 | 3A |
| Octal | 313 | 173 | 134 | 0 | 47 | 67 | 24 | 21 | 64 | 72 |
| Binary | 11001011 | 1111011 | 1011100 | 0 | 100111 | 110111 | 10100 | 10001 | 110100 | 111010 |
Color Harmonies of #CB7B5C
Complementary color
Monochromatic Colors of #CB7B5C
Black with #CB7B5C
Text Example
Text Example
White with #CB7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B5C; }
p { color: rgb(203,123,92); }
H1.HeaderClassName
{
color: #CB7B5C;
}
.AnyTagClassName
{
color: #CB7B5C;
}
</style>
background-color css
<style>
a { background-color: #CB7B5C; }
a { background-color: rgb(203,123,92); }
div.DivClassName
{
background-color: #CB7B5C;
}
.BgClassName
{
background-color: #CB7B5C;
}
</style>
border-color css
<style>
span { border-color: #CB7B5C; }
span { border-color: rgb(203,123,92); }
td.TdClassName
{
border-color: #CB7B5C;
}
.TagClassName
{
border-color: #CB7B5C;
}
</style>