Shades of Orinoco #CBCEAD
Tints of Orinoco #CBCEAD
RGB
CMYK
RGB Variations
Color information
#CBCEAD (or 0xCBCEAD) is known color: Orinoco. HEX triplet: CB, CE and AD. RGB value is (203,206,173). Sum of RGB (Red+Green+Blue) = 203+206+173=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEAD is #343152. Grayscale: #C9C9C9. Windows color (decimal): -3420499 or 11390667. OLE color: 11390667.
HSL color Cylindrical-coordinate representation of color #CBCEAD: hue angle of 65.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCEAD is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 173 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.19 |
| HSL | 65.45º | 0.25% | 0.74% | - |
| HSV(B) | 65.45º | 0.16% | 0.81% | - |
| XYZ | 54.24 | 59.86 | 48.23 | - |
| YUV | 201.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 173 | 0.01 | 0 | 0.16 | 0.19 | 65.45 | 0.25 | 0.74 |
| Hex | CB | CE | AD | 1 | 0 | 10 | 13 | 41 | 19 | 4A |
| Octal | 313 | 316 | 255 | 1 | 0 | 20 | 23 | 101 | 31 | 112 |
| Binary | 11001011 | 11001110 | 10101101 | 1 | 0 | 10000 | 10011 | 1000001 | 11001 | 1001010 |
Color Harmonies of #CBCEAD
Complementary color
Monochromatic Colors of #CBCEAD
Black with #CBCEAD
Text Example
Text Example
White with #CBCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEAD; }
p { color: rgb(203,206,173); }
H1.HeaderClassName
{
color: #CBCEAD;
}
.AnyTagClassName
{
color: #CBCEAD;
}
</style>
background-color css
<style>
a { background-color: #CBCEAD; }
a { background-color: rgb(203,206,173); }
div.DivClassName
{
background-color: #CBCEAD;
}
.BgClassName
{
background-color: #CBCEAD;
}
</style>
border-color css
<style>
span { border-color: #CBCEAD; }
span { border-color: rgb(203,206,173); }
td.TdClassName
{
border-color: #CBCEAD;
}
.TagClassName
{
border-color: #CBCEAD;
}
</style>