Shades of Las Palmas #C3CF45
Tints of Las Palmas #C3CF45
RGB
CMYK
RGB Variations
Color information
#C3CF45 (or 0xC3CF45) is known color: Las Palmas. HEX triplet: C3, CF and 45. RGB value is (195,207,69). Sum of RGB (Red+Green+Blue) = 195+207+69=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF45 is #3C30BA. Grayscale: #BCBCBC. Windows color (decimal): -3944635 or 4575171. OLE color: 4575171.
HSL color Cylindrical-coordinate representation of color #C3CF45: hue angle of 65.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3CF45 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 69 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.19 |
| HSL | 65.22º | 0.59% | 0.54% | - |
| HSV(B) | 65.22º | 0.67% | 0.81% | - |
| XYZ | 45.89 | 56.66 | 14.15 | - |
| YUV | 187.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 69 | 0.06 | 0 | 0.67 | 0.19 | 65.22 | 0.59 | 0.54 |
| Hex | C3 | CF | 45 | 6 | 0 | 43 | 13 | 41 | 3B | 36 |
| Octal | 303 | 317 | 105 | 6 | 0 | 103 | 23 | 101 | 73 | 66 |
| Binary | 11000011 | 11001111 | 1000101 | 110 | 0 | 1000011 | 10011 | 1000001 | 111011 | 110110 |
Color Harmonies of #C3CF45
Complementary color
Monochromatic Colors of #C3CF45
Black with #C3CF45
Text Example
Text Example
White with #C3CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF45; }
p { color: rgb(195,207,69); }
H1.HeaderClassName
{
color: #C3CF45;
}
.AnyTagClassName
{
color: #C3CF45;
}
</style>
background-color css
<style>
a { background-color: #C3CF45; }
a { background-color: rgb(195,207,69); }
div.DivClassName
{
background-color: #C3CF45;
}
.BgClassName
{
background-color: #C3CF45;
}
</style>
border-color css
<style>
span { border-color: #C3CF45; }
span { border-color: rgb(195,207,69); }
td.TdClassName
{
border-color: #C3CF45;
}
.TagClassName
{
border-color: #C3CF45;
}
</style>