Shades of Japonica #CF6B5A
Tints of Japonica #CF6B5A
RGB
CMYK
RGB Variations
Color information
#CF6B5A (or 0xCF6B5A) is known color: Japonica. HEX triplet: CF, 6B and 5A. RGB value is (207,107,90). Sum of RGB (Red+Green+Blue) = 207+107+90=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B5A is #3094A5. Grayscale: #878787. Windows color (decimal): -3183782 or 5925839. OLE color: 5925839.
HSL color Cylindrical-coordinate representation of color #CF6B5A: hue angle of 8.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6B5A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 90 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.19 |
| HSL | 8.72º | 0.55% | 0.58% | - |
| HSV(B) | 8.72º | 0.57% | 0.81% | - |
| XYZ | 32.84 | 24.52 | 12.67 | - |
| YUV | 134.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 90 | 0 | 0.48 | 0.57 | 0.19 | 8.72 | 0.55 | 0.58 |
| Hex | CF | 6B | 5A | 0 | 30 | 39 | 13 | 9 | 37 | 3A |
| Octal | 317 | 153 | 132 | 0 | 60 | 71 | 23 | 11 | 67 | 72 |
| Binary | 11001111 | 1101011 | 1011010 | 0 | 110000 | 111001 | 10011 | 1001 | 110111 | 111010 |
Color Harmonies of #CF6B5A
Complementary color
Monochromatic Colors of #CF6B5A
Black with #CF6B5A
Text Example
Text Example
White with #CF6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B5A; }
p { color: rgb(207,107,90); }
H1.HeaderClassName
{
color: #CF6B5A;
}
.AnyTagClassName
{
color: #CF6B5A;
}
</style>
background-color css
<style>
a { background-color: #CF6B5A; }
a { background-color: rgb(207,107,90); }
div.DivClassName
{
background-color: #CF6B5A;
}
.BgClassName
{
background-color: #CF6B5A;
}
</style>
border-color css
<style>
span { border-color: #CF6B5A; }
span { border-color: rgb(207,107,90); }
td.TdClassName
{
border-color: #CF6B5A;
}
.TagClassName
{
border-color: #CF6B5A;
}
</style>