Shades of Twine #CC995A
Tints of Twine #CC995A
RGB
CMYK
RGB Variations
Color information
#CC995A (or 0xCC995A) is known color: Twine. HEX triplet: CC, 99 and 5A. RGB value is (204,153,90). Sum of RGB (Red+Green+Blue) = 204+153+90=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC995A is #3366A5. Grayscale: #A1A1A1. Windows color (decimal): -3368614 or 5937612. OLE color: 5937612.
HSL color Cylindrical-coordinate representation of color #CC995A: hue angle of 33.16º 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 #CC995A is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 90 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.2 |
| HSL | 33.16º | 0.53% | 0.58% | - |
| HSV(B) | 33.16º | 0.56% | 0.8% | - |
| XYZ | 38.14 | 36.36 | 14.68 | - |
| YUV | 161.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 90 | 0 | 0.25 | 0.56 | 0.2 | 33.16 | 0.53 | 0.58 |
| Hex | CC | 99 | 5A | 0 | 19 | 38 | 14 | 21 | 35 | 3A |
| Octal | 314 | 231 | 132 | 0 | 31 | 70 | 24 | 41 | 65 | 72 |
| Binary | 11001100 | 10011001 | 1011010 | 0 | 11001 | 111000 | 10100 | 100001 | 110101 | 111010 |
Color Harmonies of #CC995A
Complementary color
Monochromatic Colors of #CC995A
Black with #CC995A
Text Example
Text Example
White with #CC995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC995A; }
p { color: rgb(204,153,90); }
H1.HeaderClassName
{
color: #CC995A;
}
.AnyTagClassName
{
color: #CC995A;
}
</style>
background-color css
<style>
a { background-color: #CC995A; }
a { background-color: rgb(204,153,90); }
div.DivClassName
{
background-color: #CC995A;
}
.BgClassName
{
background-color: #CC995A;
}
</style>
border-color css
<style>
span { border-color: #CC995A; }
span { border-color: rgb(204,153,90); }
td.TdClassName
{
border-color: #CC995A;
}
.TagClassName
{
border-color: #CC995A;
}
</style>