Shades of Orinoco #CFCEA5
Tints of Orinoco #CFCEA5
RGB
CMYK
RGB Variations
Color information
#CFCEA5 (or 0xCFCEA5) is known color: Orinoco. HEX triplet: CF, CE and A5. RGB value is (207,206,165). Sum of RGB (Red+Green+Blue) = 207+206+165=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA5 is #30315A. Grayscale: #C9C9C9. Windows color (decimal): -3158363 or 10866383. OLE color: 10866383.
HSL color Cylindrical-coordinate representation of color #CFCEA5: hue angle of 58.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCEA5 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 165 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.19 |
| HSL | 58.57º | 0.3% | 0.73% | - |
| HSV(B) | 58.57º | 0.2% | 0.81% | - |
| XYZ | 54.59 | 60.12 | 44.33 | - |
| YUV | 201.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 165 | 0 | 0.00 | 0.20 | 0.19 | 58.57 | 0.3 | 0.73 |
| Hex | CF | CE | A5 | 0 | 0 | 14 | 13 | 3B | 1E | 49 |
| Octal | 317 | 316 | 245 | 0 | 0 | 24 | 23 | 73 | 36 | 111 |
| Binary | 11001111 | 11001110 | 10100101 | 0 | 0 | 10100 | 10011 | 111011 | 11110 | 1001001 |
Color Harmonies of #CFCEA5
Complementary color
Monochromatic Colors of #CFCEA5
Black with #CFCEA5
Text Example
Text Example
White with #CFCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA5; }
p { color: rgb(207,206,165); }
H1.HeaderClassName
{
color: #CFCEA5;
}
.AnyTagClassName
{
color: #CFCEA5;
}
</style>
background-color css
<style>
a { background-color: #CFCEA5; }
a { background-color: rgb(207,206,165); }
div.DivClassName
{
background-color: #CFCEA5;
}
.BgClassName
{
background-color: #CFCEA5;
}
</style>
border-color css
<style>
span { border-color: #CFCEA5; }
span { border-color: rgb(207,206,165); }
td.TdClassName
{
border-color: #CFCEA5;
}
.TagClassName
{
border-color: #CFCEA5;
}
</style>