Shades of Japonica #CA7255
Tints of Japonica #CA7255
RGB
CMYK
RGB Variations
Color information
#CA7255 (or 0xCA7255) is known color: Japonica. HEX triplet: CA, 72 and 55. RGB value is (202,114,85). Sum of RGB (Red+Green+Blue) = 202+114+85=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7255 is #358DAA. Grayscale: #898989. Windows color (decimal): -3509675 or 5599946. OLE color: 5599946.
HSL color Cylindrical-coordinate representation of color #CA7255: hue angle of 14.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA7255 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 85 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.21 |
| HSL | 14.87º | 0.52% | 0.56% | - |
| HSV(B) | 14.87º | 0.58% | 0.79% | - |
| XYZ | 32.01 | 25.25 | 11.78 | - |
| YUV | 137.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 85 | 0 | 0.44 | 0.58 | 0.21 | 14.87 | 0.52 | 0.56 |
| Hex | CA | 72 | 55 | 0 | 2C | 3A | 15 | F | 34 | 38 |
| Octal | 312 | 162 | 125 | 0 | 54 | 72 | 25 | 17 | 64 | 70 |
| Binary | 11001010 | 1110010 | 1010101 | 0 | 101100 | 111010 | 10101 | 1111 | 110100 | 111000 |
Color Harmonies of #CA7255
Complementary color
Monochromatic Colors of #CA7255
Black with #CA7255
Text Example
Text Example
White with #CA7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7255; }
p { color: rgb(202,114,85); }
H1.HeaderClassName
{
color: #CA7255;
}
.AnyTagClassName
{
color: #CA7255;
}
</style>
background-color css
<style>
a { background-color: #CA7255; }
a { background-color: rgb(202,114,85); }
div.DivClassName
{
background-color: #CA7255;
}
.BgClassName
{
background-color: #CA7255;
}
</style>
border-color css
<style>
span { border-color: #CA7255; }
span { border-color: rgb(202,114,85); }
td.TdClassName
{
border-color: #CA7255;
}
.TagClassName
{
border-color: #CA7255;
}
</style>