Shades of Orinoco #CFD5A5
Tints of Orinoco #CFD5A5
RGB
CMYK
RGB Variations
Color information
#CFD5A5 (or 0xCFD5A5) is known color: Orinoco. HEX triplet: CF, D5 and A5. RGB value is (207,213,165). Sum of RGB (Red+Green+Blue) = 207+213+165=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5A5 is #302A5A. Grayscale: #CDCDCD. Windows color (decimal): -3156571 or 10868175. OLE color: 10868175.
HSL color Cylindrical-coordinate representation of color #CFD5A5: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFD5A5 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 165 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.16 |
| HSL | 67.5º | 0.36% | 0.74% | - |
| HSV(B) | 67.5º | 0.23% | 0.84% | - |
| XYZ | 56.32 | 63.57 | 44.9 | - |
| YUV | 205.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 165 | 0.03 | 0 | 0.23 | 0.16 | 67.5 | 0.36 | 0.74 |
| Hex | CF | D5 | A5 | 3 | 0 | 17 | 10 | 44 | 24 | 4A |
| Octal | 317 | 325 | 245 | 3 | 0 | 27 | 20 | 104 | 44 | 112 |
| Binary | 11001111 | 11010101 | 10100101 | 11 | 0 | 10111 | 10000 | 1000100 | 100100 | 1001010 |
Color Harmonies of #CFD5A5
Complementary color
Monochromatic Colors of #CFD5A5
Black with #CFD5A5
Text Example
Text Example
White with #CFD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5A5; }
p { color: rgb(207,213,165); }
H1.HeaderClassName
{
color: #CFD5A5;
}
.AnyTagClassName
{
color: #CFD5A5;
}
</style>
background-color css
<style>
a { background-color: #CFD5A5; }
a { background-color: rgb(207,213,165); }
div.DivClassName
{
background-color: #CFD5A5;
}
.BgClassName
{
background-color: #CFD5A5;
}
</style>
border-color css
<style>
span { border-color: #CFD5A5; }
span { border-color: rgb(207,213,165); }
td.TdClassName
{
border-color: #CFD5A5;
}
.TagClassName
{
border-color: #CFD5A5;
}
</style>