Shades of Orinoco #CBCDB5
Tints of Orinoco #CBCDB5
RGB
CMYK
RGB Variations
Color information
#CBCDB5 (or 0xCBCDB5) is known color: Orinoco. HEX triplet: CB, CD and B5. RGB value is (203,205,181). Sum of RGB (Red+Green+Blue) = 203+205+181=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDB5 is #34324A. Grayscale: #C9C9C9. Windows color (decimal): -3420747 or 11914699. OLE color: 11914699.
HSL color Cylindrical-coordinate representation of color #CBCDB5: hue angle of 65º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCDB5 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 181 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.20 |
| HSL | 65º | 0.19% | 0.76% | - |
| HSV(B) | 65º | 0.12% | 0.8% | - |
| XYZ | 54.8 | 59.7 | 52.35 | - |
| YUV | 201.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 181 | 0.01 | 0 | 0.12 | 0.20 | 65 | 0.19 | 0.76 |
| Hex | CB | CD | B5 | 1 | 0 | C | 14 | 41 | 13 | 4C |
| Octal | 313 | 315 | 265 | 1 | 0 | 14 | 24 | 101 | 23 | 114 |
| Binary | 11001011 | 11001101 | 10110101 | 1 | 0 | 1100 | 10100 | 1000001 | 10011 | 1001100 |
Color Harmonies of #CBCDB5
Complementary color
Monochromatic Colors of #CBCDB5
Black with #CBCDB5
Text Example
Text Example
White with #CBCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDB5; }
p { color: rgb(203,205,181); }
H1.HeaderClassName
{
color: #CBCDB5;
}
.AnyTagClassName
{
color: #CBCDB5;
}
</style>
background-color css
<style>
a { background-color: #CBCDB5; }
a { background-color: rgb(203,205,181); }
div.DivClassName
{
background-color: #CBCDB5;
}
.BgClassName
{
background-color: #CBCDB5;
}
</style>
border-color css
<style>
span { border-color: #CBCDB5; }
span { border-color: rgb(203,205,181); }
td.TdClassName
{
border-color: #CBCDB5;
}
.TagClassName
{
border-color: #CBCDB5;
}
</style>