Shades of Feldspar #CC906D
Tints of Feldspar #CC906D
RGB
CMYK
RGB Variations
Color information
#CC906D (or 0xCC906D) is known color: Feldspar. HEX triplet: CC, 90 and 6D. RGB value is (204,144,109). Sum of RGB (Red+Green+Blue) = 204+144+109=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC906D is #336F92. Grayscale: #9E9E9E. Windows color (decimal): -3370899 or 7180492. OLE color: 7180492.
HSL color Cylindrical-coordinate representation of color #CC906D: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC906D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 109 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.2 |
| HSL | 22.11º | 0.48% | 0.61% | - |
| HSV(B) | 22.11º | 0.47% | 0.8% | - |
| XYZ | 37.64 | 33.89 | 19.03 | - |
| YUV | 157.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 109 | 0 | 0.29 | 0.47 | 0.2 | 22.11 | 0.48 | 0.61 |
| Hex | CC | 90 | 6D | 0 | 1D | 2F | 14 | 16 | 30 | 3D |
| Octal | 314 | 220 | 155 | 0 | 35 | 57 | 24 | 26 | 60 | 75 |
| Binary | 11001100 | 10010000 | 1101101 | 0 | 11101 | 101111 | 10100 | 10110 | 110000 | 111101 |
Color Harmonies of #CC906D
Complementary color
Monochromatic Colors of #CC906D
Black with #CC906D
Text Example
Text Example
White with #CC906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC906D; }
p { color: rgb(204,144,109); }
H1.HeaderClassName
{
color: #CC906D;
}
.AnyTagClassName
{
color: #CC906D;
}
</style>
background-color css
<style>
a { background-color: #CC906D; }
a { background-color: rgb(204,144,109); }
div.DivClassName
{
background-color: #CC906D;
}
.BgClassName
{
background-color: #CC906D;
}
</style>
border-color css
<style>
span { border-color: #CC906D; }
span { border-color: rgb(204,144,109); }
td.TdClassName
{
border-color: #CC906D;
}
.TagClassName
{
border-color: #CC906D;
}
</style>