Shades of Orinoco #CFD4AC
Tints of Orinoco #CFD4AC
RGB
CMYK
RGB Variations
Color information
#CFD4AC (or 0xCFD4AC) is known color: Orinoco. HEX triplet: CF, D4 and AC. RGB value is (207,212,172). Sum of RGB (Red+Green+Blue) = 207+212+172=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD4AC is #302B53. Grayscale: #CECECE. Windows color (decimal): -3156820 or 11326671. OLE color: 11326671.
HSL color Cylindrical-coordinate representation of color #CFD4AC: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD4AC is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
RGB | 207 | 212 | 172 | - |
CMYK | 0.02 | 0 | 0.19 | 0.17 |
HSL | 67.5º | 0.32% | 0.75% | - |
HSV(B) | 67.5º | 0.19% | 0.83% | - |
XYZ | 56.72 | 63.33 | 48.26 | - |
YUV | 205.95 | 108.84 | 128.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 212 | 172 | 0.02 | 0 | 0.19 | 0.17 | 67.5 | 0.32 | 0.75 |
Hex | CF | D4 | AC | 2 | 0 | 13 | 11 | 44 | 20 | 4B |
Octal | 317 | 324 | 254 | 2 | 0 | 23 | 21 | 104 | 40 | 113 |
Binary | 11001111 | 11010100 | 10101100 | 10 | 0 | 10011 | 10001 | 1000100 | 100000 | 1001011 |
Color Harmonies of #CFD4AC
Complementary color
Monochromatic Colors of #CFD4AC
Black with #CFD4AC
Text Example
Text Example
White with #CFD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4AC; }
p { color: rgb(207,212,172); }
H1.HeaderClassName
{
color: #CFD4AC;
}
.AnyTagClassName
{
color: #CFD4AC;
}
</style>
background-color css
<style>
a { background-color: #CFD4AC; }
a { background-color: rgb(207,212,172); }
div.DivClassName
{
background-color: #CFD4AC;
}
.BgClassName
{
background-color: #CFD4AC;
}
</style>
border-color css
<style>
span { border-color: #CFD4AC; }
span { border-color: rgb(207,212,172); }
td.TdClassName
{
border-color: #CFD4AC;
}
.TagClassName
{
border-color: #CFD4AC;
}
</style>