Shades of Orinoco #CBCCAC
Tints of Orinoco #CBCCAC
RGB
CMYK
RGB Variations
Color information
#CBCCAC (or 0xCBCCAC) is known color: Orinoco. HEX triplet: CB, CC and AC. RGB value is (203,204,172). Sum of RGB (Red+Green+Blue) = 203+204+172=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCAC is #343353. Grayscale: #C8C8C8. Windows color (decimal): -3421012 or 11324619. OLE color: 11324619.
HSL color Cylindrical-coordinate representation of color #CBCCAC: hue angle of 61.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCCAC is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 172 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.2 |
| HSL | 61.88º | 0.24% | 0.74% | - |
| HSV(B) | 61.88º | 0.16% | 0.8% | - |
| XYZ | 53.67 | 58.86 | 47.56 | - |
| YUV | 200.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 172 | 0.00 | 0 | 0.16 | 0.2 | 61.88 | 0.24 | 0.74 |
| Hex | CB | CC | AC | 0 | 0 | 10 | 14 | 3E | 18 | 4A |
| Octal | 313 | 314 | 254 | 0 | 0 | 20 | 24 | 76 | 30 | 112 |
| Binary | 11001011 | 11001100 | 10101100 | 0 | 0 | 10000 | 10100 | 111110 | 11000 | 1001010 |
Color Harmonies of #CBCCAC
Complementary color
Monochromatic Colors of #CBCCAC
Black with #CBCCAC
Text Example
Text Example
White with #CBCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCAC; }
p { color: rgb(203,204,172); }
H1.HeaderClassName
{
color: #CBCCAC;
}
.AnyTagClassName
{
color: #CBCCAC;
}
</style>
background-color css
<style>
a { background-color: #CBCCAC; }
a { background-color: rgb(203,204,172); }
div.DivClassName
{
background-color: #CBCCAC;
}
.BgClassName
{
background-color: #CBCCAC;
}
</style>
border-color css
<style>
span { border-color: #CBCCAC; }
span { border-color: rgb(203,204,172); }
td.TdClassName
{
border-color: #CBCCAC;
}
.TagClassName
{
border-color: #CBCCAC;
}
</style>