Shades of Las Palmas #C7CF42
Tints of Las Palmas #C7CF42
RGB
CMYK
RGB Variations
Color information
#C7CF42 (or 0xC7CF42) is known color: Las Palmas. HEX triplet: C7, CF and 42. RGB value is (199,207,66). Sum of RGB (Red+Green+Blue) = 199+207+66=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF42 is #3830BD. Grayscale: #BDBDBD. Windows color (decimal): -3682494 or 4378567. OLE color: 4378567.
HSL color Cylindrical-coordinate representation of color #C7CF42: hue angle of 63.4º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7CF42 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 66 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.19 |
| HSL | 63.4º | 0.59% | 0.54% | - |
| HSV(B) | 63.4º | 0.68% | 0.81% | - |
| XYZ | 46.85 | 57.16 | 13.72 | - |
| YUV | 188.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 66 | 0.04 | 0 | 0.68 | 0.19 | 63.4 | 0.59 | 0.54 |
| Hex | C7 | CF | 42 | 4 | 0 | 44 | 13 | 3F | 3B | 36 |
| Octal | 307 | 317 | 102 | 4 | 0 | 104 | 23 | 77 | 73 | 66 |
| Binary | 11000111 | 11001111 | 1000010 | 100 | 0 | 1000100 | 10011 | 111111 | 111011 | 110110 |
Color Harmonies of #C7CF42
Complementary color
Monochromatic Colors of #C7CF42
Black with #C7CF42
Text Example
Text Example
White with #C7CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF42; }
p { color: rgb(199,207,66); }
H1.HeaderClassName
{
color: #C7CF42;
}
.AnyTagClassName
{
color: #C7CF42;
}
</style>
background-color css
<style>
a { background-color: #C7CF42; }
a { background-color: rgb(199,207,66); }
div.DivClassName
{
background-color: #C7CF42;
}
.BgClassName
{
background-color: #C7CF42;
}
</style>
border-color css
<style>
span { border-color: #C7CF42; }
span { border-color: rgb(199,207,66); }
td.TdClassName
{
border-color: #C7CF42;
}
.TagClassName
{
border-color: #C7CF42;
}
</style>