Shades of Orinoco #CCCFAD
Tints of Orinoco #CCCFAD
RGB
CMYK
RGB Variations
Color information
#CCCFAD (or 0xCCCFAD) is known color: Orinoco. HEX triplet: CC, CF and AD. RGB value is (204,207,173). Sum of RGB (Red+Green+Blue) = 204+207+173=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFAD is #333052. Grayscale: #CACACA. Windows color (decimal): -3354707 or 11390924. OLE color: 11390924.
HSL color Cylindrical-coordinate representation of color #CCCFAD: hue angle of 65.29º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCFAD is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 173 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.19 |
| HSL | 65.29º | 0.26% | 0.75% | - |
| HSV(B) | 65.29º | 0.16% | 0.81% | - |
| XYZ | 54.76 | 60.48 | 48.32 | - |
| YUV | 202.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 173 | 0.01 | 0 | 0.16 | 0.19 | 65.29 | 0.26 | 0.75 |
| Hex | CC | CF | AD | 1 | 0 | 10 | 13 | 41 | 1A | 4B |
| Octal | 314 | 317 | 255 | 1 | 0 | 20 | 23 | 101 | 32 | 113 |
| Binary | 11001100 | 11001111 | 10101101 | 1 | 0 | 10000 | 10011 | 1000001 | 11010 | 1001011 |
Color Harmonies of #CCCFAD
Complementary color
Monochromatic Colors of #CCCFAD
Black with #CCCFAD
Text Example
Text Example
White with #CCCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFAD; }
p { color: rgb(204,207,173); }
H1.HeaderClassName
{
color: #CCCFAD;
}
.AnyTagClassName
{
color: #CCCFAD;
}
</style>
background-color css
<style>
a { background-color: #CCCFAD; }
a { background-color: rgb(204,207,173); }
div.DivClassName
{
background-color: #CCCFAD;
}
.BgClassName
{
background-color: #CCCFAD;
}
</style>
border-color css
<style>
span { border-color: #CCCFAD; }
span { border-color: rgb(204,207,173); }
td.TdClassName
{
border-color: #CCCFAD;
}
.TagClassName
{
border-color: #CCCFAD;
}
</style>