Shades of Japonica #CF695A
Tints of Japonica #CF695A
RGB
CMYK
RGB Variations
Color information
#CF695A (or 0xCF695A) is known color: Japonica. HEX triplet: CF, 69 and 5A. RGB value is (207,105,90). Sum of RGB (Red+Green+Blue) = 207+105+90=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF695A is #3096A5. Grayscale: #858585. Windows color (decimal): -3184294 or 5925327. OLE color: 5925327.
HSL color Cylindrical-coordinate representation of color #CF695A: hue angle of 7.69º 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 #CF695A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 90 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.19 |
| HSL | 7.69º | 0.55% | 0.58% | - |
| HSV(B) | 7.69º | 0.57% | 0.81% | - |
| XYZ | 32.63 | 24.11 | 12.61 | - |
| YUV | 133.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 90 | 0 | 0.49 | 0.57 | 0.19 | 7.69 | 0.55 | 0.58 |
| Hex | CF | 69 | 5A | 0 | 31 | 39 | 13 | 8 | 37 | 3A |
| Octal | 317 | 151 | 132 | 0 | 61 | 71 | 23 | 10 | 67 | 72 |
| Binary | 11001111 | 1101001 | 1011010 | 0 | 110001 | 111001 | 10011 | 1000 | 110111 | 111010 |
Color Harmonies of #CF695A
Complementary color
Monochromatic Colors of #CF695A
Black with #CF695A
Text Example
Text Example
White with #CF695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF695A; }
p { color: rgb(207,105,90); }
H1.HeaderClassName
{
color: #CF695A;
}
.AnyTagClassName
{
color: #CF695A;
}
</style>
background-color css
<style>
a { background-color: #CF695A; }
a { background-color: rgb(207,105,90); }
div.DivClassName
{
background-color: #CF695A;
}
.BgClassName
{
background-color: #CF695A;
}
</style>
border-color css
<style>
span { border-color: #CF695A; }
span { border-color: rgb(207,105,90); }
td.TdClassName
{
border-color: #CF695A;
}
.TagClassName
{
border-color: #CF695A;
}
</style>