Shades of Japonica #CF755C
Tints of Japonica #CF755C
RGB
CMYK
RGB Variations
Color information
#CF755C (or 0xCF755C) is known color: Japonica. HEX triplet: CF, 75 and 5C. RGB value is (207,117,92). Sum of RGB (Red+Green+Blue) = 207+117+92=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755C is #308AA3. Grayscale: #8D8D8D. Windows color (decimal): -3181220 or 6059471. OLE color: 6059471.
HSL color Cylindrical-coordinate representation of color #CF755C: hue angle of 13.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF755C is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 92 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.19 |
| HSL | 13.04º | 0.55% | 0.59% | - |
| HSV(B) | 13.04º | 0.56% | 0.81% | - |
| XYZ | 34.03 | 26.76 | 13.5 | - |
| YUV | 141.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 92 | 0 | 0.43 | 0.56 | 0.19 | 13.04 | 0.55 | 0.59 |
| Hex | CF | 75 | 5C | 0 | 2B | 38 | 13 | D | 37 | 3B |
| Octal | 317 | 165 | 134 | 0 | 53 | 70 | 23 | 15 | 67 | 73 |
| Binary | 11001111 | 1110101 | 1011100 | 0 | 101011 | 111000 | 10011 | 1101 | 110111 | 111011 |
Color Harmonies of #CF755C
Complementary color
Monochromatic Colors of #CF755C
Black with #CF755C
Text Example
Text Example
White with #CF755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF755C; }
p { color: rgb(207,117,92); }
H1.HeaderClassName
{
color: #CF755C;
}
.AnyTagClassName
{
color: #CF755C;
}
</style>
background-color css
<style>
a { background-color: #CF755C; }
a { background-color: rgb(207,117,92); }
div.DivClassName
{
background-color: #CF755C;
}
.BgClassName
{
background-color: #CF755C;
}
</style>
border-color css
<style>
span { border-color: #CF755C; }
span { border-color: rgb(207,117,92); }
td.TdClassName
{
border-color: #CF755C;
}
.TagClassName
{
border-color: #CF755C;
}
</style>