Shades of Japonica #CA6A52
Tints of Japonica #CA6A52
RGB
CMYK
RGB Variations
Color information
#CA6A52 (or 0xCA6A52) is known color: Japonica. HEX triplet: CA, 6A and 52. RGB value is (202,106,82). Sum of RGB (Red+Green+Blue) = 202+106+82=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A52 is #3595AD. Grayscale: #848484. Windows color (decimal): -3511726 or 5401290. OLE color: 5401290.
HSL color Cylindrical-coordinate representation of color #CA6A52: hue angle of 12º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA6A52 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 82 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.21 |
| HSL | 12º | 0.53% | 0.56% | - |
| HSV(B) | 12º | 0.59% | 0.79% | - |
| XYZ | 31.03 | 23.47 | 10.88 | - |
| YUV | 131.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 82 | 0 | 0.48 | 0.59 | 0.21 | 12 | 0.53 | 0.56 |
| Hex | CA | 6A | 52 | 0 | 30 | 3B | 15 | C | 35 | 38 |
| Octal | 312 | 152 | 122 | 0 | 60 | 73 | 25 | 14 | 65 | 70 |
| Binary | 11001010 | 1101010 | 1010010 | 0 | 110000 | 111011 | 10101 | 1100 | 110101 | 111000 |
Color Harmonies of #CA6A52
Complementary color
Monochromatic Colors of #CA6A52
Black with #CA6A52
Text Example
Text Example
White with #CA6A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A52; }
p { color: rgb(202,106,82); }
H1.HeaderClassName
{
color: #CA6A52;
}
.AnyTagClassName
{
color: #CA6A52;
}
</style>
background-color css
<style>
a { background-color: #CA6A52; }
a { background-color: rgb(202,106,82); }
div.DivClassName
{
background-color: #CA6A52;
}
.BgClassName
{
background-color: #CA6A52;
}
</style>
border-color css
<style>
span { border-color: #CA6A52; }
span { border-color: rgb(202,106,82); }
td.TdClassName
{
border-color: #CA6A52;
}
.TagClassName
{
border-color: #CA6A52;
}
</style>