Shades of Orinoco #CCCDB0
Tints of Orinoco #CCCDB0
RGB
CMYK
RGB Variations
Color information
#CCCDB0 (or 0xCCCDB0) is known color: Orinoco. HEX triplet: CC, CD and B0. RGB value is (204,205,176). Sum of RGB (Red+Green+Blue) = 204+205+176=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDB0 is #33324F. Grayscale: #C9C9C9. Windows color (decimal): -3355216 or 11587020. OLE color: 11587020.
HSL color Cylindrical-coordinate representation of color #CCCDB0: hue angle of 62.07º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCDB0 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 176 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.20 |
| HSL | 62.07º | 0.22% | 0.75% | - |
| HSV(B) | 62.07º | 0.14% | 0.8% | - |
| XYZ | 54.57 | 59.63 | 49.71 | - |
| YUV | 201.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 176 | 0.00 | 0 | 0.14 | 0.20 | 62.07 | 0.22 | 0.75 |
| Hex | CC | CD | B0 | 0 | 0 | E | 14 | 3E | 16 | 4B |
| Octal | 314 | 315 | 260 | 0 | 0 | 16 | 24 | 76 | 26 | 113 |
| Binary | 11001100 | 11001101 | 10110000 | 0 | 0 | 1110 | 10100 | 111110 | 10110 | 1001011 |
Color Harmonies of #CCCDB0
Complementary color
Monochromatic Colors of #CCCDB0
Black with #CCCDB0
Text Example
Text Example
White with #CCCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDB0; }
p { color: rgb(204,205,176); }
H1.HeaderClassName
{
color: #CCCDB0;
}
.AnyTagClassName
{
color: #CCCDB0;
}
</style>
background-color css
<style>
a { background-color: #CCCDB0; }
a { background-color: rgb(204,205,176); }
div.DivClassName
{
background-color: #CCCDB0;
}
.BgClassName
{
background-color: #CCCDB0;
}
</style>
border-color css
<style>
span { border-color: #CCCDB0; }
span { border-color: rgb(204,205,176); }
td.TdClassName
{
border-color: #CCCDB0;
}
.TagClassName
{
border-color: #CCCDB0;
}
</style>