Shades of Las Palmas #C8CC38
Tints of Las Palmas #C8CC38
RGB
CMYK
RGB Variations
Color information
#C8CC38 (or 0xC8CC38) is known color: Las Palmas. HEX triplet: C8, CC and 38. RGB value is (200,204,56). Sum of RGB (Red+Green+Blue) = 200+204+56=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC38 is #3733C7. Grayscale: #BABABA. Windows color (decimal): -3617736 or 3722440. OLE color: 3722440.
HSL color Cylindrical-coordinate representation of color #C8CC38: hue angle of 61.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8CC38 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 56 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.2 |
| HSL | 61.62º | 0.59% | 0.51% | - |
| HSV(B) | 61.62º | 0.73% | 0.8% | - |
| XYZ | 46.13 | 55.75 | 12.07 | - |
| YUV | 185.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 56 | 0.02 | 0 | 0.73 | 0.2 | 61.62 | 0.59 | 0.51 |
| Hex | C8 | CC | 38 | 2 | 0 | 49 | 14 | 3E | 3B | 33 |
| Octal | 310 | 314 | 70 | 2 | 0 | 111 | 24 | 76 | 73 | 63 |
| Binary | 11001000 | 11001100 | 111000 | 10 | 0 | 1001001 | 10100 | 111110 | 111011 | 110011 |
Color Harmonies of #C8CC38
Complementary color
Monochromatic Colors of #C8CC38
Black with #C8CC38
Text Example
Text Example
White with #C8CC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC38; }
p { color: rgb(200,204,56); }
H1.HeaderClassName
{
color: #C8CC38;
}
.AnyTagClassName
{
color: #C8CC38;
}
</style>
background-color css
<style>
a { background-color: #C8CC38; }
a { background-color: rgb(200,204,56); }
div.DivClassName
{
background-color: #C8CC38;
}
.BgClassName
{
background-color: #C8CC38;
}
</style>
border-color css
<style>
span { border-color: #C8CC38; }
span { border-color: rgb(200,204,56); }
td.TdClassName
{
border-color: #C8CC38;
}
.TagClassName
{
border-color: #C8CC38;
}
</style>