Shades of Japonica #CC6D5A
Tints of Japonica #CC6D5A
RGB
CMYK
RGB Variations
Color information
#CC6D5A (or 0xCC6D5A) is known color: Japonica. HEX triplet: CC, 6D and 5A. RGB value is (204,109,90). Sum of RGB (Red+Green+Blue) = 204+109+90=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D5A is #3392A5. Grayscale: #878787. Windows color (decimal): -3379878 or 5926348. OLE color: 5926348.
HSL color Cylindrical-coordinate representation of color #CC6D5A: hue angle of 10º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6D5A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 90 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.2 |
| HSL | 10º | 0.53% | 0.58% | - |
| HSV(B) | 10º | 0.56% | 0.8% | - |
| XYZ | 32.22 | 24.51 | 12.71 | - |
| YUV | 135.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 90 | 0 | 0.47 | 0.56 | 0.2 | 10 | 0.53 | 0.58 |
| Hex | CC | 6D | 5A | 0 | 2F | 38 | 14 | A | 35 | 3A |
| Octal | 314 | 155 | 132 | 0 | 57 | 70 | 24 | 12 | 65 | 72 |
| Binary | 11001100 | 1101101 | 1011010 | 0 | 101111 | 111000 | 10100 | 1010 | 110101 | 111010 |
Color Harmonies of #CC6D5A
Complementary color
Monochromatic Colors of #CC6D5A
Black with #CC6D5A
Text Example
Text Example
White with #CC6D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D5A; }
p { color: rgb(204,109,90); }
H1.HeaderClassName
{
color: #CC6D5A;
}
.AnyTagClassName
{
color: #CC6D5A;
}
</style>
background-color css
<style>
a { background-color: #CC6D5A; }
a { background-color: rgb(204,109,90); }
div.DivClassName
{
background-color: #CC6D5A;
}
.BgClassName
{
background-color: #CC6D5A;
}
</style>
border-color css
<style>
span { border-color: #CC6D5A; }
span { border-color: rgb(204,109,90); }
td.TdClassName
{
border-color: #CC6D5A;
}
.TagClassName
{
border-color: #CC6D5A;
}
</style>