Shades of Orinoco #CCCFA1
Tints of Orinoco #CCCFA1
RGB
CMYK
RGB Variations
Color information
#CCCFA1 (or 0xCCCFA1) is known color: Orinoco. HEX triplet: CC, CF and A1. RGB value is (204,207,161). Sum of RGB (Red+Green+Blue) = 204+207+161=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA1 is #33305E. Grayscale: #C9C9C9. Windows color (decimal): -3354719 or 10604492. OLE color: 10604492.
HSL color Cylindrical-coordinate representation of color #CCCFA1: hue angle of 63.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCCFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 161 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.19 |
| HSL | 63.91º | 0.32% | 0.72% | - |
| HSV(B) | 63.91º | 0.22% | 0.81% | - |
| XYZ | 53.65 | 60.04 | 42.48 | - |
| YUV | 200.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 161 | 0.01 | 0 | 0.22 | 0.19 | 63.91 | 0.32 | 0.72 |
| Hex | CC | CF | A1 | 1 | 0 | 16 | 13 | 40 | 20 | 48 |
| Octal | 314 | 317 | 241 | 1 | 0 | 26 | 23 | 100 | 40 | 110 |
| Binary | 11001100 | 11001111 | 10100001 | 1 | 0 | 10110 | 10011 | 1000000 | 100000 | 1001000 |
Color Harmonies of #CCCFA1
Complementary color
Monochromatic Colors of #CCCFA1
Black with #CCCFA1
Text Example
Text Example
White with #CCCFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFA1; }
p { color: rgb(204,207,161); }
H1.HeaderClassName
{
color: #CCCFA1;
}
.AnyTagClassName
{
color: #CCCFA1;
}
</style>
background-color css
<style>
a { background-color: #CCCFA1; }
a { background-color: rgb(204,207,161); }
div.DivClassName
{
background-color: #CCCFA1;
}
.BgClassName
{
background-color: #CCCFA1;
}
</style>
border-color css
<style>
span { border-color: #CCCFA1; }
span { border-color: rgb(204,207,161); }
td.TdClassName
{
border-color: #CCCFA1;
}
.TagClassName
{
border-color: #CCCFA1;
}
</style>