Shades of Orinoco #CCCFB2
Tints of Orinoco #CCCFB2
RGB
CMYK
RGB Variations
Color information
#CCCFB2 (or 0xCCCFB2) is known color: Orinoco. HEX triplet: CC, CF and B2. RGB value is (204,207,178). Sum of RGB (Red+Green+Blue) = 204+207+178=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFB2 is #33304D. Grayscale: #CACACA. Windows color (decimal): -3354702 or 11718604. OLE color: 11718604.
HSL color Cylindrical-coordinate representation of color #CCCFB2: hue angle of 66.21º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCFB2 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 178 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.19 |
| HSL | 66.21º | 0.23% | 0.75% | - |
| HSV(B) | 66.21º | 0.14% | 0.81% | - |
| XYZ | 55.25 | 60.68 | 50.92 | - |
| YUV | 202.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 178 | 0.01 | 0 | 0.14 | 0.19 | 66.21 | 0.23 | 0.75 |
| Hex | CC | CF | B2 | 1 | 0 | E | 13 | 42 | 17 | 4B |
| Octal | 314 | 317 | 262 | 1 | 0 | 16 | 23 | 102 | 27 | 113 |
| Binary | 11001100 | 11001111 | 10110010 | 1 | 0 | 1110 | 10011 | 1000010 | 10111 | 1001011 |
Color Harmonies of #CCCFB2
Complementary color
Monochromatic Colors of #CCCFB2
Black with #CCCFB2
Text Example
Text Example
White with #CCCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFB2; }
p { color: rgb(204,207,178); }
H1.HeaderClassName
{
color: #CCCFB2;
}
.AnyTagClassName
{
color: #CCCFB2;
}
</style>
background-color css
<style>
a { background-color: #CCCFB2; }
a { background-color: rgb(204,207,178); }
div.DivClassName
{
background-color: #CCCFB2;
}
.BgClassName
{
background-color: #CCCFB2;
}
</style>
border-color css
<style>
span { border-color: #CCCFB2; }
span { border-color: rgb(204,207,178); }
td.TdClassName
{
border-color: #CCCFB2;
}
.TagClassName
{
border-color: #CCCFB2;
}
</style>