Shades of Las Palmas #C3CB43
Tints of Las Palmas #C3CB43
RGB
CMYK
RGB Variations
Color information
#C3CB43 (or 0xC3CB43) is known color: Las Palmas. HEX triplet: C3, CB and 43. RGB value is (195,203,67). Sum of RGB (Red+Green+Blue) = 195+203+67=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CB43 is #3C34BC. Grayscale: #B9B9B9. Windows color (decimal): -3945661 or 4443075. OLE color: 4443075.
HSL color Cylindrical-coordinate representation of color #C3CB43: hue angle of 63.53º 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 #C3CB43 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 67 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.20 |
| HSL | 63.53º | 0.57% | 0.53% | - |
| HSV(B) | 63.53º | 0.67% | 0.8% | - |
| XYZ | 44.87 | 54.72 | 13.51 | - |
| YUV | 185.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 67 | 0.04 | 0 | 0.67 | 0.20 | 63.53 | 0.57 | 0.53 |
| Hex | C3 | CB | 43 | 4 | 0 | 43 | 14 | 40 | 39 | 35 |
| Octal | 303 | 313 | 103 | 4 | 0 | 103 | 24 | 100 | 71 | 65 |
| Binary | 11000011 | 11001011 | 1000011 | 100 | 0 | 1000011 | 10100 | 1000000 | 111001 | 110101 |
Color Harmonies of #C3CB43
Complementary color
Monochromatic Colors of #C3CB43
Black with #C3CB43
Text Example
Text Example
White with #C3CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB43; }
p { color: rgb(195,203,67); }
H1.HeaderClassName
{
color: #C3CB43;
}
.AnyTagClassName
{
color: #C3CB43;
}
</style>
background-color css
<style>
a { background-color: #C3CB43; }
a { background-color: rgb(195,203,67); }
div.DivClassName
{
background-color: #C3CB43;
}
.BgClassName
{
background-color: #C3CB43;
}
</style>
border-color css
<style>
span { border-color: #C3CB43; }
span { border-color: rgb(195,203,67); }
td.TdClassName
{
border-color: #C3CB43;
}
.TagClassName
{
border-color: #C3CB43;
}
</style>