Shades of Orinoco #CBCCAA
Tints of Orinoco #CBCCAA
RGB
CMYK
RGB Variations
Color information
#CBCCAA (or 0xCBCCAA) is known color: Orinoco. HEX triplet: CB, CC and AA. RGB value is (203,204,170). Sum of RGB (Red+Green+Blue) = 203+204+170=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCAA is #343355. Grayscale: #C7C7C7. Windows color (decimal): -3421014 or 11193547. OLE color: 11193547.
HSL color Cylindrical-coordinate representation of color #CBCCAA: hue angle of 61.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCCAA is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 170 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.2 |
| HSL | 61.76º | 0.25% | 0.73% | - |
| HSV(B) | 61.76º | 0.17% | 0.8% | - |
| XYZ | 53.48 | 58.78 | 46.56 | - |
| YUV | 199.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 170 | 0.00 | 0 | 0.17 | 0.2 | 61.76 | 0.25 | 0.73 |
| Hex | CB | CC | AA | 0 | 0 | 11 | 14 | 3E | 19 | 49 |
| Octal | 313 | 314 | 252 | 0 | 0 | 21 | 24 | 76 | 31 | 111 |
| Binary | 11001011 | 11001100 | 10101010 | 0 | 0 | 10001 | 10100 | 111110 | 11001 | 1001001 |
Color Harmonies of #CBCCAA
Complementary color
Monochromatic Colors of #CBCCAA
Black with #CBCCAA
Text Example
Text Example
White with #CBCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCAA; }
p { color: rgb(203,204,170); }
H1.HeaderClassName
{
color: #CBCCAA;
}
.AnyTagClassName
{
color: #CBCCAA;
}
</style>
background-color css
<style>
a { background-color: #CBCCAA; }
a { background-color: rgb(203,204,170); }
div.DivClassName
{
background-color: #CBCCAA;
}
.BgClassName
{
background-color: #CBCCAA;
}
</style>
border-color css
<style>
span { border-color: #CBCCAA; }
span { border-color: rgb(203,204,170); }
td.TdClassName
{
border-color: #CBCCAA;
}
.TagClassName
{
border-color: #CBCCAA;
}
</style>