Shades of Japonica #C66F5A
Tints of Japonica #C66F5A
RGB
CMYK
RGB Variations
Color information
#C66F5A (or 0xC66F5A) is known color: Japonica. HEX triplet: C6, 6F and 5A. RGB value is (198,111,90). Sum of RGB (Red+Green+Blue) = 198+111+90=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F5A is #3990A5. Grayscale: #868686. Windows color (decimal): -3772582 or 5926854. OLE color: 5926854.
HSL color Cylindrical-coordinate representation of color #C66F5A: hue angle of 11.67º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66F5A is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 90 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.22 |
| HSL | 11.67º | 0.49% | 0.56% | - |
| HSV(B) | 11.67º | 0.55% | 0.78% | - |
| XYZ | 30.82 | 24.11 | 12.7 | - |
| YUV | 134.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 90 | 0 | 0.44 | 0.55 | 0.22 | 11.67 | 0.49 | 0.56 |
| Hex | C6 | 6F | 5A | 0 | 2C | 37 | 16 | C | 31 | 38 |
| Octal | 306 | 157 | 132 | 0 | 54 | 67 | 26 | 14 | 61 | 70 |
| Binary | 11000110 | 1101111 | 1011010 | 0 | 101100 | 110111 | 10110 | 1100 | 110001 | 111000 |
Color Harmonies of #C66F5A
Complementary color
Monochromatic Colors of #C66F5A
Black with #C66F5A
Text Example
Text Example
White with #C66F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F5A; }
p { color: rgb(198,111,90); }
H1.HeaderClassName
{
color: #C66F5A;
}
.AnyTagClassName
{
color: #C66F5A;
}
</style>
background-color css
<style>
a { background-color: #C66F5A; }
a { background-color: rgb(198,111,90); }
div.DivClassName
{
background-color: #C66F5A;
}
.BgClassName
{
background-color: #C66F5A;
}
</style>
border-color css
<style>
span { border-color: #C66F5A; }
span { border-color: rgb(198,111,90); }
td.TdClassName
{
border-color: #C66F5A;
}
.TagClassName
{
border-color: #C66F5A;
}
</style>