Shades of Feldspar #CC937D
Tints of Feldspar #CC937D
RGB
CMYK
RGB Variations
Color information
#CC937D (or 0xCC937D) is known color: Feldspar. HEX triplet: CC, 93 and 7D. RGB value is (204,147,125). Sum of RGB (Red+Green+Blue) = 204+147+125=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC937D is #336C82. Grayscale: #A1A1A1. Windows color (decimal): -3370115 or 8229836. OLE color: 8229836.
HSL color Cylindrical-coordinate representation of color #CC937D: hue angle of 16.71º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC937D is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 125 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.2 |
| HSL | 16.71º | 0.44% | 0.65% | - |
| HSV(B) | 16.71º | 0.39% | 0.8% | - |
| XYZ | 39.04 | 35.19 | 24.14 | - |
| YUV | 161.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 125 | 0 | 0.28 | 0.39 | 0.2 | 16.71 | 0.44 | 0.65 |
| Hex | CC | 93 | 7D | 0 | 1C | 27 | 14 | 11 | 2C | 41 |
| Octal | 314 | 223 | 175 | 0 | 34 | 47 | 24 | 21 | 54 | 101 |
| Binary | 11001100 | 10010011 | 1111101 | 0 | 11100 | 100111 | 10100 | 10001 | 101100 | 1000001 |
Color Harmonies of #CC937D
Complementary color
Monochromatic Colors of #CC937D
Black with #CC937D
Text Example
Text Example
White with #CC937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC937D; }
p { color: rgb(204,147,125); }
H1.HeaderClassName
{
color: #CC937D;
}
.AnyTagClassName
{
color: #CC937D;
}
</style>
background-color css
<style>
a { background-color: #CC937D; }
a { background-color: rgb(204,147,125); }
div.DivClassName
{
background-color: #CC937D;
}
.BgClassName
{
background-color: #CC937D;
}
</style>
border-color css
<style>
span { border-color: #CC937D; }
span { border-color: rgb(204,147,125); }
td.TdClassName
{
border-color: #CC937D;
}
.TagClassName
{
border-color: #CC937D;
}
</style>