Shades of Las Palmas #C4C93C
Tints of Las Palmas #C4C93C
RGB
CMYK
RGB Variations
Color information
#C4C93C (or 0xC4C93C) is known color: Las Palmas. HEX triplet: C4, C9 and 3C. RGB value is (196,201,60). Sum of RGB (Red+Green+Blue) = 196+201+60=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C93C is #3B36C3. Grayscale: #B7B7B7. Windows color (decimal): -3880644 or 3983812. OLE color: 3983812.
HSL color Cylindrical-coordinate representation of color #C4C93C: hue angle of 62.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4C93C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 60 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.21 |
| HSL | 62.13º | 0.57% | 0.51% | - |
| HSV(B) | 62.13º | 0.7% | 0.79% | - |
| XYZ | 44.47 | 53.84 | 12.32 | - |
| YUV | 183.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 60 | 0.02 | 0 | 0.70 | 0.21 | 62.13 | 0.57 | 0.51 |
| Hex | C4 | C9 | 3C | 2 | 0 | 46 | 15 | 3E | 39 | 33 |
| Octal | 304 | 311 | 74 | 2 | 0 | 106 | 25 | 76 | 71 | 63 |
| Binary | 11000100 | 11001001 | 111100 | 10 | 0 | 1000110 | 10101 | 111110 | 111001 | 110011 |
Color Harmonies of #C4C93C
Complementary color
Monochromatic Colors of #C4C93C
Black with #C4C93C
Text Example
Text Example
White with #C4C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C93C; }
p { color: rgb(196,201,60); }
H1.HeaderClassName
{
color: #C4C93C;
}
.AnyTagClassName
{
color: #C4C93C;
}
</style>
background-color css
<style>
a { background-color: #C4C93C; }
a { background-color: rgb(196,201,60); }
div.DivClassName
{
background-color: #C4C93C;
}
.BgClassName
{
background-color: #C4C93C;
}
</style>
border-color css
<style>
span { border-color: #C4C93C; }
span { border-color: rgb(196,201,60); }
td.TdClassName
{
border-color: #C4C93C;
}
.TagClassName
{
border-color: #C4C93C;
}
</style>