Shades of Orinoco #CCCDA3
Tints of Orinoco #CCCDA3
RGB
CMYK
RGB Variations
Color information
#CCCDA3 (or 0xCCCDA3) is known color: Orinoco. HEX triplet: CC, CD and A3. RGB value is (204,205,163). Sum of RGB (Red+Green+Blue) = 204+205+163=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA3 is #33325C. Grayscale: #C8C8C8. Windows color (decimal): -3355229 or 10735052. OLE color: 10735052.
HSL color Cylindrical-coordinate representation of color #CCCDA3: hue angle of 61.43º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCDA3 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 163 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.20 |
| HSL | 61.43º | 0.3% | 0.72% | - |
| HSV(B) | 61.43º | 0.2% | 0.8% | - |
| XYZ | 53.34 | 59.14 | 43.25 | - |
| YUV | 199.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 163 | 0.00 | 0 | 0.20 | 0.20 | 61.43 | 0.3 | 0.72 |
| Hex | CC | CD | A3 | 0 | 0 | 14 | 14 | 3D | 1E | 48 |
| Octal | 314 | 315 | 243 | 0 | 0 | 24 | 24 | 75 | 36 | 110 |
| Binary | 11001100 | 11001101 | 10100011 | 0 | 0 | 10100 | 10100 | 111101 | 11110 | 1001000 |
Color Harmonies of #CCCDA3
Complementary color
Monochromatic Colors of #CCCDA3
Black with #CCCDA3
Text Example
Text Example
White with #CCCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDA3; }
p { color: rgb(204,205,163); }
H1.HeaderClassName
{
color: #CCCDA3;
}
.AnyTagClassName
{
color: #CCCDA3;
}
</style>
background-color css
<style>
a { background-color: #CCCDA3; }
a { background-color: rgb(204,205,163); }
div.DivClassName
{
background-color: #CCCDA3;
}
.BgClassName
{
background-color: #CCCDA3;
}
</style>
border-color css
<style>
span { border-color: #CCCDA3; }
span { border-color: rgb(204,205,163); }
td.TdClassName
{
border-color: #CCCDA3;
}
.TagClassName
{
border-color: #CCCDA3;
}
</style>