Shades of Japonica #CE695B
Tints of Japonica #CE695B
RGB
CMYK
RGB Variations
Color information
#CE695B (or 0xCE695B) is known color: Japonica. HEX triplet: CE, 69 and 5B. RGB value is (206,105,91). Sum of RGB (Red+Green+Blue) = 206+105+91=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE695B is #3196A4. Grayscale: #858585. Windows color (decimal): -3249829 or 5990862. OLE color: 5990862.
HSL color Cylindrical-coordinate representation of color #CE695B: hue angle of 7.3º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE695B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 91 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.19 |
| HSL | 7.3º | 0.54% | 0.58% | - |
| HSV(B) | 7.3º | 0.56% | 0.81% | - |
| XYZ | 32.39 | 23.98 | 12.82 | - |
| YUV | 133.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 91 | 0 | 0.49 | 0.56 | 0.19 | 7.3 | 0.54 | 0.58 |
| Hex | CE | 69 | 5B | 0 | 31 | 38 | 13 | 7 | 36 | 3A |
| Octal | 316 | 151 | 133 | 0 | 61 | 70 | 23 | 7 | 66 | 72 |
| Binary | 11001110 | 1101001 | 1011011 | 0 | 110001 | 111000 | 10011 | 111 | 110110 | 111010 |
Color Harmonies of #CE695B
Complementary color
Monochromatic Colors of #CE695B
Black with #CE695B
Text Example
Text Example
White with #CE695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE695B; }
p { color: rgb(206,105,91); }
H1.HeaderClassName
{
color: #CE695B;
}
.AnyTagClassName
{
color: #CE695B;
}
</style>
background-color css
<style>
a { background-color: #CE695B; }
a { background-color: rgb(206,105,91); }
div.DivClassName
{
background-color: #CE695B;
}
.BgClassName
{
background-color: #CE695B;
}
</style>
border-color css
<style>
span { border-color: #CE695B; }
span { border-color: rgb(206,105,91); }
td.TdClassName
{
border-color: #CE695B;
}
.TagClassName
{
border-color: #CE695B;
}
</style>