Shades of Feldspar #CC8B75
Tints of Feldspar #CC8B75
RGB
CMYK
RGB Variations
Color information
#CC8B75 (or 0xCC8B75) is known color: Feldspar. HEX triplet: CC, 8B and 75. RGB value is (204,139,117). Sum of RGB (Red+Green+Blue) = 204+139+117=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B75 is #33748A. Grayscale: #9C9C9C. Windows color (decimal): -3372171 or 7703500. OLE color: 7703500.
HSL color Cylindrical-coordinate representation of color #CC8B75: hue angle of 15.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8B75 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 117 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.2 |
| HSL | 15.17º | 0.46% | 0.63% | - |
| HSV(B) | 15.17º | 0.43% | 0.8% | - |
| XYZ | 37.35 | 32.59 | 21.15 | - |
| YUV | 155.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 117 | 0 | 0.32 | 0.43 | 0.2 | 15.17 | 0.46 | 0.63 |
| Hex | CC | 8B | 75 | 0 | 20 | 2B | 14 | F | 2E | 3F |
| Octal | 314 | 213 | 165 | 0 | 40 | 53 | 24 | 17 | 56 | 77 |
| Binary | 11001100 | 10001011 | 1110101 | 0 | 100000 | 101011 | 10100 | 1111 | 101110 | 111111 |
Color Harmonies of #CC8B75
Complementary color
Monochromatic Colors of #CC8B75
Black with #CC8B75
Text Example
Text Example
White with #CC8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B75; }
p { color: rgb(204,139,117); }
H1.HeaderClassName
{
color: #CC8B75;
}
.AnyTagClassName
{
color: #CC8B75;
}
</style>
background-color css
<style>
a { background-color: #CC8B75; }
a { background-color: rgb(204,139,117); }
div.DivClassName
{
background-color: #CC8B75;
}
.BgClassName
{
background-color: #CC8B75;
}
</style>
border-color css
<style>
span { border-color: #CC8B75; }
span { border-color: rgb(204,139,117); }
td.TdClassName
{
border-color: #CC8B75;
}
.TagClassName
{
border-color: #CC8B75;
}
</style>