Shades of Feldspar #CC936D
Tints of Feldspar #CC936D
RGB
CMYK
RGB Variations
Color information
#CC936D (or 0xCC936D) is known color: Feldspar. HEX triplet: CC, 93 and 6D. RGB value is (204,147,109). Sum of RGB (Red+Green+Blue) = 204+147+109=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936D is #336C92. Grayscale: #9F9F9F. Windows color (decimal): -3370131 or 7181260. OLE color: 7181260.
HSL color Cylindrical-coordinate representation of color #CC936D: hue angle of 24º 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 #CC936D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 109 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.2 |
| HSL | 24º | 0.48% | 0.61% | - |
| HSV(B) | 24º | 0.47% | 0.8% | - |
| XYZ | 38.1 | 34.81 | 19.18 | - |
| YUV | 159.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 109 | 0 | 0.28 | 0.47 | 0.2 | 24 | 0.48 | 0.61 |
| Hex | CC | 93 | 6D | 0 | 1C | 2F | 14 | 18 | 30 | 3D |
| Octal | 314 | 223 | 155 | 0 | 34 | 57 | 24 | 30 | 60 | 75 |
| Binary | 11001100 | 10010011 | 1101101 | 0 | 11100 | 101111 | 10100 | 11000 | 110000 | 111101 |
Color Harmonies of #CC936D
Complementary color
Monochromatic Colors of #CC936D
Black with #CC936D
Text Example
Text Example
White with #CC936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC936D; }
p { color: rgb(204,147,109); }
H1.HeaderClassName
{
color: #CC936D;
}
.AnyTagClassName
{
color: #CC936D;
}
</style>
background-color css
<style>
a { background-color: #CC936D; }
a { background-color: rgb(204,147,109); }
div.DivClassName
{
background-color: #CC936D;
}
.BgClassName
{
background-color: #CC936D;
}
</style>
border-color css
<style>
span { border-color: #CC936D; }
span { border-color: rgb(204,147,109); }
td.TdClassName
{
border-color: #CC936D;
}
.TagClassName
{
border-color: #CC936D;
}
</style>