Shades of Japonica #CD7762
Tints of Japonica #CD7762
RGB
CMYK
RGB Variations
Color information
#CD7762 (or 0xCD7762) is known color: Japonica. HEX triplet: CD, 77 and 62. RGB value is (205,119,98). Sum of RGB (Red+Green+Blue) = 205+119+98=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7762 is #32889D. Grayscale: #8E8E8E. Windows color (decimal): -3311774 or 6453197. OLE color: 6453197.
HSL color Cylindrical-coordinate representation of color #CD7762: hue angle of 11.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD7762 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 98 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.20 |
| HSL | 11.78º | 0.52% | 0.59% | - |
| HSV(B) | 11.78º | 0.52% | 0.8% | - |
| XYZ | 33.98 | 27.05 | 14.99 | - |
| YUV | 142.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 98 | 0 | 0.42 | 0.52 | 0.20 | 11.78 | 0.52 | 0.59 |
| Hex | CD | 77 | 62 | 0 | 2A | 34 | 14 | C | 34 | 3B |
| Octal | 315 | 167 | 142 | 0 | 52 | 64 | 24 | 14 | 64 | 73 |
| Binary | 11001101 | 1110111 | 1100010 | 0 | 101010 | 110100 | 10100 | 1100 | 110100 | 111011 |
Color Harmonies of #CD7762
Complementary color
Monochromatic Colors of #CD7762
Black with #CD7762
Text Example
Text Example
White with #CD7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7762; }
p { color: rgb(205,119,98); }
H1.HeaderClassName
{
color: #CD7762;
}
.AnyTagClassName
{
color: #CD7762;
}
</style>
background-color css
<style>
a { background-color: #CD7762; }
a { background-color: rgb(205,119,98); }
div.DivClassName
{
background-color: #CD7762;
}
.BgClassName
{
background-color: #CD7762;
}
</style>
border-color css
<style>
span { border-color: #CD7762; }
span { border-color: rgb(205,119,98); }
td.TdClassName
{
border-color: #CD7762;
}
.TagClassName
{
border-color: #CD7762;
}
</style>