Shades of Las Palmas #C1C83C
Tints of Las Palmas #C1C83C
RGB
CMYK
RGB Variations
Color information
#C1C83C (or 0xC1C83C) is known color: Las Palmas. HEX triplet: C1, C8 and 3C. RGB value is (193,200,60). Sum of RGB (Red+Green+Blue) = 193+200+60=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C83C is #3E37C3. Grayscale: #B6B6B6. Windows color (decimal): -4077508 or 3983553. OLE color: 3983553.
HSL color Cylindrical-coordinate representation of color #C1C83C: hue angle of 63º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1C83C is Cyan = 0.04, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 60 | - |
| CMYK | 0.04 | 0 | 0.7 | 0.22 |
| HSL | 63º | 0.56% | 0.51% | - |
| HSV(B) | 63º | 0.7% | 0.78% | - |
| XYZ | 43.46 | 52.97 | 12.21 | - |
| YUV | 181.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 60 | 0.04 | 0 | 0.7 | 0.22 | 63 | 0.56 | 0.51 |
| Hex | C1 | C8 | 3C | 4 | 0 | 46 | 16 | 3F | 38 | 33 |
| Octal | 301 | 310 | 74 | 4 | 0 | 106 | 26 | 77 | 70 | 63 |
| Binary | 11000001 | 11001000 | 111100 | 100 | 0 | 1000110 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C1C83C
Complementary color
Monochromatic Colors of #C1C83C
Black with #C1C83C
Text Example
Text Example
White with #C1C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C83C; }
p { color: rgb(193,200,60); }
H1.HeaderClassName
{
color: #C1C83C;
}
.AnyTagClassName
{
color: #C1C83C;
}
</style>
background-color css
<style>
a { background-color: #C1C83C; }
a { background-color: rgb(193,200,60); }
div.DivClassName
{
background-color: #C1C83C;
}
.BgClassName
{
background-color: #C1C83C;
}
</style>
border-color css
<style>
span { border-color: #C1C83C; }
span { border-color: rgb(193,200,60); }
td.TdClassName
{
border-color: #C1C83C;
}
.TagClassName
{
border-color: #C1C83C;
}
</style>