Shades of Orinoco #CBCEAC
Tints of Orinoco #CBCEAC
RGB
CMYK
RGB Variations
Color information
#CBCEAC (or 0xCBCEAC) is known color: Orinoco. HEX triplet: CB, CE and AC. RGB value is (203,206,172). Sum of RGB (Red+Green+Blue) = 203+206+172=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEAC is #343153. Grayscale: #C9C9C9. Windows color (decimal): -3420500 or 11325131. OLE color: 11325131.
HSL color Cylindrical-coordinate representation of color #CBCEAC: hue angle of 65.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCEAC is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 172 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.19 |
| HSL | 65.29º | 0.26% | 0.74% | - |
| HSV(B) | 65.29º | 0.17% | 0.81% | - |
| XYZ | 54.15 | 59.82 | 47.72 | - |
| YUV | 201.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 172 | 0.01 | 0 | 0.17 | 0.19 | 65.29 | 0.26 | 0.74 |
| Hex | CB | CE | AC | 1 | 0 | 11 | 13 | 41 | 1A | 4A |
| Octal | 313 | 316 | 254 | 1 | 0 | 21 | 23 | 101 | 32 | 112 |
| Binary | 11001011 | 11001110 | 10101100 | 1 | 0 | 10001 | 10011 | 1000001 | 11010 | 1001010 |
Color Harmonies of #CBCEAC
Complementary color
Monochromatic Colors of #CBCEAC
Black with #CBCEAC
Text Example
Text Example
White with #CBCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEAC; }
p { color: rgb(203,206,172); }
H1.HeaderClassName
{
color: #CBCEAC;
}
.AnyTagClassName
{
color: #CBCEAC;
}
</style>
background-color css
<style>
a { background-color: #CBCEAC; }
a { background-color: rgb(203,206,172); }
div.DivClassName
{
background-color: #CBCEAC;
}
.BgClassName
{
background-color: #CBCEAC;
}
</style>
border-color css
<style>
span { border-color: #CBCEAC; }
span { border-color: rgb(203,206,172); }
td.TdClassName
{
border-color: #CBCEAC;
}
.TagClassName
{
border-color: #CBCEAC;
}
</style>