Shades of Orinoco #CBCDB3
Tints of Orinoco #CBCDB3
RGB
CMYK
RGB Variations
Color information
#CBCDB3 (or 0xCBCDB3) is known color: Orinoco. HEX triplet: CB, CD and B3. RGB value is (203,205,179). Sum of RGB (Red+Green+Blue) = 203+205+179=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDB3 is #34324C. Grayscale: #C9C9C9. Windows color (decimal): -3420749 or 11783627. OLE color: 11783627.
HSL color Cylindrical-coordinate representation of color #CBCDB3: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBCDB3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 179 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.20 |
| HSL | 64.62º | 0.21% | 0.75% | - |
| HSV(B) | 64.62º | 0.13% | 0.8% | - |
| XYZ | 54.6 | 59.61 | 51.28 | - |
| YUV | 201.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 179 | 0.01 | 0 | 0.13 | 0.20 | 64.62 | 0.21 | 0.75 |
| Hex | CB | CD | B3 | 1 | 0 | D | 14 | 41 | 15 | 4B |
| Octal | 313 | 315 | 263 | 1 | 0 | 15 | 24 | 101 | 25 | 113 |
| Binary | 11001011 | 11001101 | 10110011 | 1 | 0 | 1101 | 10100 | 1000001 | 10101 | 1001011 |
Color Harmonies of #CBCDB3
Complementary color
Monochromatic Colors of #CBCDB3
Black with #CBCDB3
Text Example
Text Example
White with #CBCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDB3; }
p { color: rgb(203,205,179); }
H1.HeaderClassName
{
color: #CBCDB3;
}
.AnyTagClassName
{
color: #CBCDB3;
}
</style>
background-color css
<style>
a { background-color: #CBCDB3; }
a { background-color: rgb(203,205,179); }
div.DivClassName
{
background-color: #CBCDB3;
}
.BgClassName
{
background-color: #CBCDB3;
}
</style>
border-color css
<style>
span { border-color: #CBCDB3; }
span { border-color: rgb(203,205,179); }
td.TdClassName
{
border-color: #CBCDB3;
}
.TagClassName
{
border-color: #CBCDB3;
}
</style>