Shades of Japonica #CC6952
Tints of Japonica #CC6952
RGB
CMYK
RGB Variations
Color information
#CC6952 (or 0xCC6952) is known color: Japonica. HEX triplet: CC, 69 and 52. RGB value is (204,105,82). Sum of RGB (Red+Green+Blue) = 204+105+82=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6952 is #3396AD. Grayscale: #848484. Windows color (decimal): -3380910 or 5401036. OLE color: 5401036.
HSL color Cylindrical-coordinate representation of color #CC6952: hue angle of 11.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC6952 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 82 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.2 |
| HSL | 11.31º | 0.54% | 0.56% | - |
| HSV(B) | 11.31º | 0.6% | 0.8% | - |
| XYZ | 31.48 | 23.55 | 10.87 | - |
| YUV | 131.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 82 | 0 | 0.49 | 0.60 | 0.2 | 11.31 | 0.54 | 0.56 |
| Hex | CC | 69 | 52 | 0 | 31 | 3C | 14 | B | 36 | 38 |
| Octal | 314 | 151 | 122 | 0 | 61 | 74 | 24 | 13 | 66 | 70 |
| Binary | 11001100 | 1101001 | 1010010 | 0 | 110001 | 111100 | 10100 | 1011 | 110110 | 111000 |
Color Harmonies of #CC6952
Complementary color
Monochromatic Colors of #CC6952
Black with #CC6952
Text Example
Text Example
White with #CC6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6952; }
p { color: rgb(204,105,82); }
H1.HeaderClassName
{
color: #CC6952;
}
.AnyTagClassName
{
color: #CC6952;
}
</style>
background-color css
<style>
a { background-color: #CC6952; }
a { background-color: rgb(204,105,82); }
div.DivClassName
{
background-color: #CC6952;
}
.BgClassName
{
background-color: #CC6952;
}
</style>
border-color css
<style>
span { border-color: #CC6952; }
span { border-color: rgb(204,105,82); }
td.TdClassName
{
border-color: #CC6952;
}
.TagClassName
{
border-color: #CC6952;
}
</style>