Shades of Japonica #CF7867
Tints of Japonica #CF7867
RGB
CMYK
RGB Variations
Color information
#CF7867 (or 0xCF7867) is known color: Japonica. HEX triplet: CF, 78 and 67. RGB value is (207,120,103). Sum of RGB (Red+Green+Blue) = 207+120+103=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7867 is #308798. Grayscale: #909090. Windows color (decimal): -3180441 or 6781135. OLE color: 6781135.
HSL color Cylindrical-coordinate representation of color #CF7867: hue angle of 9.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7867 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 103 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.19 |
| HSL | 9.81º | 0.52% | 0.61% | - |
| HSV(B) | 9.81º | 0.5% | 0.81% | - |
| XYZ | 34.9 | 27.68 | 16.34 | - |
| YUV | 144.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 103 | 0 | 0.42 | 0.50 | 0.19 | 9.81 | 0.52 | 0.61 |
| Hex | CF | 78 | 67 | 0 | 2A | 32 | 13 | A | 34 | 3D |
| Octal | 317 | 170 | 147 | 0 | 52 | 62 | 23 | 12 | 64 | 75 |
| Binary | 11001111 | 1111000 | 1100111 | 0 | 101010 | 110010 | 10011 | 1010 | 110100 | 111101 |
Color Harmonies of #CF7867
Complementary color
Monochromatic Colors of #CF7867
Black with #CF7867
Text Example
Text Example
White with #CF7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7867; }
p { color: rgb(207,120,103); }
H1.HeaderClassName
{
color: #CF7867;
}
.AnyTagClassName
{
color: #CF7867;
}
</style>
background-color css
<style>
a { background-color: #CF7867; }
a { background-color: rgb(207,120,103); }
div.DivClassName
{
background-color: #CF7867;
}
.BgClassName
{
background-color: #CF7867;
}
</style>
border-color css
<style>
span { border-color: #CF7867; }
span { border-color: rgb(207,120,103); }
td.TdClassName
{
border-color: #CF7867;
}
.TagClassName
{
border-color: #CF7867;
}
</style>