Shades of Red Damask #CC764B
Tints of Red Damask #CC764B
RGB
CMYK
RGB Variations
Color information
#CC764B (or 0xCC764B) is known color: Red Damask. HEX triplet: CC, 76 and 4B. RGB value is (204,118,75). Sum of RGB (Red+Green+Blue) = 204+118+75=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC764B is #3389B4. Grayscale: #8B8B8B. Windows color (decimal): -3377589 or 4945612. OLE color: 4945612.
HSL color Cylindrical-coordinate representation of color #CC764B: hue angle of 20º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC764B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 75 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.2 |
| HSL | 20º | 0.56% | 0.55% | - |
| HSV(B) | 20º | 0.63% | 0.8% | - |
| XYZ | 32.65 | 26.3 | 10.01 | - |
| YUV | 138.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 75 | 0 | 0.42 | 0.63 | 0.2 | 20 | 0.56 | 0.55 |
| Hex | CC | 76 | 4B | 0 | 2A | 3F | 14 | 14 | 38 | 37 |
| Octal | 314 | 166 | 113 | 0 | 52 | 77 | 24 | 24 | 70 | 67 |
| Binary | 11001100 | 1110110 | 1001011 | 0 | 101010 | 111111 | 10100 | 10100 | 111000 | 110111 |
Color Harmonies of #CC764B
Complementary color
Monochromatic Colors of #CC764B
Black with #CC764B
Text Example
Text Example
White with #CC764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC764B; }
p { color: rgb(204,118,75); }
H1.HeaderClassName
{
color: #CC764B;
}
.AnyTagClassName
{
color: #CC764B;
}
</style>
background-color css
<style>
a { background-color: #CC764B; }
a { background-color: rgb(204,118,75); }
div.DivClassName
{
background-color: #CC764B;
}
.BgClassName
{
background-color: #CC764B;
}
</style>
border-color css
<style>
span { border-color: #CC764B; }
span { border-color: rgb(204,118,75); }
td.TdClassName
{
border-color: #CC764B;
}
.TagClassName
{
border-color: #CC764B;
}
</style>