Shades of Orinoco #CFD5A2
Tints of Orinoco #CFD5A2
RGB
CMYK
RGB Variations
Color information
#CFD5A2 (or 0xCFD5A2) is known color: Orinoco. HEX triplet: CF, D5 and A2. RGB value is (207,213,162). Sum of RGB (Red+Green+Blue) = 207+213+162=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5A2 is #302A5D. Grayscale: #CDCDCD. Windows color (decimal): -3156574 or 10671567. OLE color: 10671567.
HSL color Cylindrical-coordinate representation of color #CFD5A2: hue angle of 67.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFD5A2 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 162 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.16 |
| HSL | 67.06º | 0.38% | 0.74% | - |
| HSV(B) | 67.06º | 0.24% | 0.84% | - |
| XYZ | 56.05 | 63.46 | 43.48 | - |
| YUV | 205.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 162 | 0.03 | 0 | 0.24 | 0.16 | 67.06 | 0.38 | 0.74 |
| Hex | CF | D5 | A2 | 3 | 0 | 18 | 10 | 43 | 26 | 4A |
| Octal | 317 | 325 | 242 | 3 | 0 | 30 | 20 | 103 | 46 | 112 |
| Binary | 11001111 | 11010101 | 10100010 | 11 | 0 | 11000 | 10000 | 1000011 | 100110 | 1001010 |
Color Harmonies of #CFD5A2
Complementary color
Monochromatic Colors of #CFD5A2
Black with #CFD5A2
Text Example
Text Example
White with #CFD5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5A2; }
p { color: rgb(207,213,162); }
H1.HeaderClassName
{
color: #CFD5A2;
}
.AnyTagClassName
{
color: #CFD5A2;
}
</style>
background-color css
<style>
a { background-color: #CFD5A2; }
a { background-color: rgb(207,213,162); }
div.DivClassName
{
background-color: #CFD5A2;
}
.BgClassName
{
background-color: #CFD5A2;
}
</style>
border-color css
<style>
span { border-color: #CFD5A2; }
span { border-color: rgb(207,213,162); }
td.TdClassName
{
border-color: #CFD5A2;
}
.TagClassName
{
border-color: #CFD5A2;
}
</style>