Shades of Orinoco #CFDCAC
Tints of Orinoco #CFDCAC
RGB
CMYK
RGB Variations
Color information
#CFDCAC (or 0xCFDCAC) is known color: Orinoco. HEX triplet: CF, DC and AC. RGB value is (207,220,172). Sum of RGB (Red+Green+Blue) = 207+220+172=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCAC is #302353. Grayscale: #D2D2D2. Windows color (decimal): -3154772 or 11328719. OLE color: 11328719.
HSL color Cylindrical-coordinate representation of color #CFDCAC: hue angle of 76.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDCAC is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 172 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.14 |
| HSL | 76.25º | 0.41% | 0.77% | - |
| HSV(B) | 76.25º | 0.22% | 0.86% | - |
| XYZ | 58.77 | 67.43 | 48.95 | - |
| YUV | 210.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 172 | 0.06 | 0 | 0.22 | 0.14 | 76.25 | 0.41 | 0.77 |
| Hex | CF | DC | AC | 6 | 0 | 16 | E | 4C | 29 | 4D |
| Octal | 317 | 334 | 254 | 6 | 0 | 26 | 16 | 114 | 51 | 115 |
| Binary | 11001111 | 11011100 | 10101100 | 110 | 0 | 10110 | 1110 | 1001100 | 101001 | 1001101 |
Color Harmonies of #CFDCAC
Complementary color
Monochromatic Colors of #CFDCAC
Black with #CFDCAC
Text Example
Text Example
White with #CFDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCAC; }
p { color: rgb(207,220,172); }
H1.HeaderClassName
{
color: #CFDCAC;
}
.AnyTagClassName
{
color: #CFDCAC;
}
</style>
background-color css
<style>
a { background-color: #CFDCAC; }
a { background-color: rgb(207,220,172); }
div.DivClassName
{
background-color: #CFDCAC;
}
.BgClassName
{
background-color: #CFDCAC;
}
</style>
border-color css
<style>
span { border-color: #CFDCAC; }
span { border-color: rgb(207,220,172); }
td.TdClassName
{
border-color: #CFDCAC;
}
.TagClassName
{
border-color: #CFDCAC;
}
</style>