Shades of Orinoco #CCCFA2
Tints of Orinoco #CCCFA2
RGB
CMYK
RGB Variations
Color information
#CCCFA2 (or 0xCCCFA2) is known color: Orinoco. HEX triplet: CC, CF and A2. RGB value is (204,207,162). Sum of RGB (Red+Green+Blue) = 204+207+162=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA2 is #33305D. Grayscale: #C9C9C9. Windows color (decimal): -3354718 or 10670028. OLE color: 10670028.
HSL color Cylindrical-coordinate representation of color #CCCFA2: hue angle of 64º 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 #CCCFA2 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 162 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.19 |
| HSL | 64º | 0.32% | 0.72% | - |
| HSV(B) | 64º | 0.22% | 0.81% | - |
| XYZ | 53.74 | 60.07 | 42.95 | - |
| YUV | 200.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 162 | 0.01 | 0 | 0.22 | 0.19 | 64 | 0.32 | 0.72 |
| Hex | CC | CF | A2 | 1 | 0 | 16 | 13 | 40 | 20 | 48 |
| Octal | 314 | 317 | 242 | 1 | 0 | 26 | 23 | 100 | 40 | 110 |
| Binary | 11001100 | 11001111 | 10100010 | 1 | 0 | 10110 | 10011 | 1000000 | 100000 | 1001000 |
Color Harmonies of #CCCFA2
Complementary color
Monochromatic Colors of #CCCFA2
Black with #CCCFA2
Text Example
Text Example
White with #CCCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFA2; }
p { color: rgb(204,207,162); }
H1.HeaderClassName
{
color: #CCCFA2;
}
.AnyTagClassName
{
color: #CCCFA2;
}
</style>
background-color css
<style>
a { background-color: #CCCFA2; }
a { background-color: rgb(204,207,162); }
div.DivClassName
{
background-color: #CCCFA2;
}
.BgClassName
{
background-color: #CCCFA2;
}
</style>
border-color css
<style>
span { border-color: #CCCFA2; }
span { border-color: rgb(204,207,162); }
td.TdClassName
{
border-color: #CCCFA2;
}
.TagClassName
{
border-color: #CCCFA2;
}
</style>