Shades of Japonica #CB765F
Tints of Japonica #CB765F
RGB
CMYK
RGB Variations
Color information
#CB765F (or 0xCB765F) is known color: Japonica. HEX triplet: CB, 76 and 5F. RGB value is (203,118,95). Sum of RGB (Red+Green+Blue) = 203+118+95=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB765F is #3489A0. Grayscale: #8C8C8C. Windows color (decimal): -3443105 or 6256331. OLE color: 6256331.
HSL color Cylindrical-coordinate representation of color #CB765F: hue angle of 12.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB765F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 95 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.20 |
| HSL | 12.78º | 0.51% | 0.58% | - |
| HSV(B) | 12.78º | 0.53% | 0.8% | - |
| XYZ | 33.17 | 26.48 | 14.19 | - |
| YUV | 140.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 95 | 0 | 0.42 | 0.53 | 0.20 | 12.78 | 0.51 | 0.58 |
| Hex | CB | 76 | 5F | 0 | 2A | 35 | 14 | D | 33 | 3A |
| Octal | 313 | 166 | 137 | 0 | 52 | 65 | 24 | 15 | 63 | 72 |
| Binary | 11001011 | 1110110 | 1011111 | 0 | 101010 | 110101 | 10100 | 1101 | 110011 | 111010 |
Color Harmonies of #CB765F
Complementary color
Monochromatic Colors of #CB765F
Black with #CB765F
Text Example
Text Example
White with #CB765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB765F; }
p { color: rgb(203,118,95); }
H1.HeaderClassName
{
color: #CB765F;
}
.AnyTagClassName
{
color: #CB765F;
}
</style>
background-color css
<style>
a { background-color: #CB765F; }
a { background-color: rgb(203,118,95); }
div.DivClassName
{
background-color: #CB765F;
}
.BgClassName
{
background-color: #CB765F;
}
</style>
border-color css
<style>
span { border-color: #CB765F; }
span { border-color: rgb(203,118,95); }
td.TdClassName
{
border-color: #CB765F;
}
.TagClassName
{
border-color: #CB765F;
}
</style>