Shades of Orinoco #CBCCAD
Tints of Orinoco #CBCCAD
RGB
CMYK
RGB Variations
Color information
#CBCCAD (or 0xCBCCAD) is known color: Orinoco. HEX triplet: CB, CC and AD. RGB value is (203,204,173). Sum of RGB (Red+Green+Blue) = 203+204+173=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCAD is #343352. Grayscale: #C8C8C8. Windows color (decimal): -3421011 or 11390155. OLE color: 11390155.
HSL color Cylindrical-coordinate representation of color #CBCCAD: hue angle of 61.94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCCAD is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 173 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.2 |
| HSL | 61.94º | 0.23% | 0.74% | - |
| HSV(B) | 61.94º | 0.15% | 0.8% | - |
| XYZ | 53.76 | 58.9 | 48.07 | - |
| YUV | 200.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 173 | 0.00 | 0 | 0.15 | 0.2 | 61.94 | 0.23 | 0.74 |
| Hex | CB | CC | AD | 0 | 0 | F | 14 | 3E | 17 | 4A |
| Octal | 313 | 314 | 255 | 0 | 0 | 17 | 24 | 76 | 27 | 112 |
| Binary | 11001011 | 11001100 | 10101101 | 0 | 0 | 1111 | 10100 | 111110 | 10111 | 1001010 |
Color Harmonies of #CBCCAD
Complementary color
Monochromatic Colors of #CBCCAD
Black with #CBCCAD
Text Example
Text Example
White with #CBCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCAD; }
p { color: rgb(203,204,173); }
H1.HeaderClassName
{
color: #CBCCAD;
}
.AnyTagClassName
{
color: #CBCCAD;
}
</style>
background-color css
<style>
a { background-color: #CBCCAD; }
a { background-color: rgb(203,204,173); }
div.DivClassName
{
background-color: #CBCCAD;
}
.BgClassName
{
background-color: #CBCCAD;
}
</style>
border-color css
<style>
span { border-color: #CBCCAD; }
span { border-color: rgb(203,204,173); }
td.TdClassName
{
border-color: #CBCCAD;
}
.TagClassName
{
border-color: #CBCCAD;
}
</style>