Shades of Las Palmas #C9CF37
Tints of Las Palmas #C9CF37
RGB
CMYK
RGB Variations
Color information
#C9CF37 (or 0xC9CF37) is known color: Las Palmas. HEX triplet: C9, CF and 37. RGB value is (201,207,55). Sum of RGB (Red+Green+Blue) = 201+207+55=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF37 is #3630C8. Grayscale: #BCBCBC. Windows color (decimal): -3551433 or 3657673. OLE color: 3657673.
HSL color Cylindrical-coordinate representation of color #C9CF37: hue angle of 62.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9CF37 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 55 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.19 |
| HSL | 62.37º | 0.61% | 0.51% | - |
| HSV(B) | 62.37º | 0.73% | 0.81% | - |
| XYZ | 47.09 | 57.32 | 12.2 | - |
| YUV | 187.88 | 53.01 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 55 | 0.03 | 0 | 0.73 | 0.19 | 62.37 | 0.61 | 0.51 |
| Hex | C9 | CF | 37 | 3 | 0 | 49 | 13 | 3E | 3D | 33 |
| Octal | 311 | 317 | 67 | 3 | 0 | 111 | 23 | 76 | 75 | 63 |
| Binary | 11001001 | 11001111 | 110111 | 11 | 0 | 1001001 | 10011 | 111110 | 111101 | 110011 |
Color Harmonies of #C9CF37
Complementary color
Monochromatic Colors of #C9CF37
Black with #C9CF37
Text Example
Text Example
White with #C9CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF37; }
p { color: rgb(201,207,55); }
H1.HeaderClassName
{
color: #C9CF37;
}
.AnyTagClassName
{
color: #C9CF37;
}
</style>
background-color css
<style>
a { background-color: #C9CF37; }
a { background-color: rgb(201,207,55); }
div.DivClassName
{
background-color: #C9CF37;
}
.BgClassName
{
background-color: #C9CF37;
}
</style>
border-color css
<style>
span { border-color: #C9CF37; }
span { border-color: rgb(201,207,55); }
td.TdClassName
{
border-color: #C9CF37;
}
.TagClassName
{
border-color: #C9CF37;
}
</style>