Shades of Japonica #CC7B5C
Tints of Japonica #CC7B5C
RGB
CMYK
RGB Variations
Color information
#CC7B5C (or 0xCC7B5C) is known color: Japonica. HEX triplet: CC, 7B and 5C. RGB value is (204,123,92). Sum of RGB (Red+Green+Blue) = 204+123+92=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B5C is #3384A3. Grayscale: #8F8F8F. Windows color (decimal): -3376292 or 6061004. OLE color: 6061004.
HSL color Cylindrical-coordinate representation of color #CC7B5C: hue angle of 16.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC7B5C is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 92 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.2 |
| HSL | 16.61º | 0.52% | 0.58% | - |
| HSV(B) | 16.61º | 0.55% | 0.8% | - |
| XYZ | 33.92 | 27.78 | 13.7 | - |
| YUV | 143.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 92 | 0 | 0.40 | 0.55 | 0.2 | 16.61 | 0.52 | 0.58 |
| Hex | CC | 7B | 5C | 0 | 28 | 37 | 14 | 11 | 34 | 3A |
| Octal | 314 | 173 | 134 | 0 | 50 | 67 | 24 | 21 | 64 | 72 |
| Binary | 11001100 | 1111011 | 1011100 | 0 | 101000 | 110111 | 10100 | 10001 | 110100 | 111010 |
Color Harmonies of #CC7B5C
Complementary color
Monochromatic Colors of #CC7B5C
Black with #CC7B5C
Text Example
Text Example
White with #CC7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B5C; }
p { color: rgb(204,123,92); }
H1.HeaderClassName
{
color: #CC7B5C;
}
.AnyTagClassName
{
color: #CC7B5C;
}
</style>
background-color css
<style>
a { background-color: #CC7B5C; }
a { background-color: rgb(204,123,92); }
div.DivClassName
{
background-color: #CC7B5C;
}
.BgClassName
{
background-color: #CC7B5C;
}
</style>
border-color css
<style>
span { border-color: #CC7B5C; }
span { border-color: rgb(204,123,92); }
td.TdClassName
{
border-color: #CC7B5C;
}
.TagClassName
{
border-color: #CC7B5C;
}
</style>