Shades of Las Palmas #C3CB42
Tints of Las Palmas #C3CB42
RGB
CMYK
RGB Variations
Color information
#C3CB42 (or 0xC3CB42) is known color: Las Palmas. HEX triplet: C3, CB and 42. RGB value is (195,203,66). Sum of RGB (Red+Green+Blue) = 195+203+66=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CB42 is #3C34BD. Grayscale: #B9B9B9. Windows color (decimal): -3945662 or 4377539. OLE color: 4377539.
HSL color Cylindrical-coordinate representation of color #C3CB42: hue angle of 63.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3CB42 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 66 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.20 |
| HSL | 63.5º | 0.57% | 0.53% | - |
| HSV(B) | 63.5º | 0.67% | 0.8% | - |
| XYZ | 44.84 | 54.71 | 13.35 | - |
| YUV | 184.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 66 | 0.04 | 0 | 0.67 | 0.20 | 63.5 | 0.57 | 0.53 |
| Hex | C3 | CB | 42 | 4 | 0 | 43 | 14 | 40 | 39 | 35 |
| Octal | 303 | 313 | 102 | 4 | 0 | 103 | 24 | 100 | 71 | 65 |
| Binary | 11000011 | 11001011 | 1000010 | 100 | 0 | 1000011 | 10100 | 1000000 | 111001 | 110101 |
Color Harmonies of #C3CB42
Complementary color
Monochromatic Colors of #C3CB42
Black with #C3CB42
Text Example
Text Example
White with #C3CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB42; }
p { color: rgb(195,203,66); }
H1.HeaderClassName
{
color: #C3CB42;
}
.AnyTagClassName
{
color: #C3CB42;
}
</style>
background-color css
<style>
a { background-color: #C3CB42; }
a { background-color: rgb(195,203,66); }
div.DivClassName
{
background-color: #C3CB42;
}
.BgClassName
{
background-color: #C3CB42;
}
</style>
border-color css
<style>
span { border-color: #C3CB42; }
span { border-color: rgb(195,203,66); }
td.TdClassName
{
border-color: #C3CB42;
}
.TagClassName
{
border-color: #C3CB42;
}
</style>