Shades of Las Palmas #C3C93D
Tints of Las Palmas #C3C93D
RGB
CMYK
RGB Variations
Color information
#C3C93D (or 0xC3C93D) is known color: Las Palmas. HEX triplet: C3, C9 and 3D. RGB value is (195,201,61). Sum of RGB (Red+Green+Blue) = 195+201+61=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C93D is #3C36C2. Grayscale: #B7B7B7. Windows color (decimal): -3946179 or 4049347. OLE color: 4049347.
HSL color Cylindrical-coordinate representation of color #C3C93D: hue angle of 62.57º degrees, saturation: 0.56, 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 #C3C93D is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 61 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.21 |
| HSL | 62.57º | 0.56% | 0.51% | - |
| HSV(B) | 62.57º | 0.7% | 0.79% | - |
| XYZ | 44.23 | 53.71 | 12.45 | - |
| YUV | 183.25 | 59.01 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 61 | 0.03 | 0 | 0.70 | 0.21 | 62.57 | 0.56 | 0.51 |
| Hex | C3 | C9 | 3D | 3 | 0 | 46 | 15 | 3F | 38 | 33 |
| Octal | 303 | 311 | 75 | 3 | 0 | 106 | 25 | 77 | 70 | 63 |
| Binary | 11000011 | 11001001 | 111101 | 11 | 0 | 1000110 | 10101 | 111111 | 111000 | 110011 |
Color Harmonies of #C3C93D
Complementary color
Monochromatic Colors of #C3C93D
Black with #C3C93D
Text Example
Text Example
White with #C3C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C93D; }
p { color: rgb(195,201,61); }
H1.HeaderClassName
{
color: #C3C93D;
}
.AnyTagClassName
{
color: #C3C93D;
}
</style>
background-color css
<style>
a { background-color: #C3C93D; }
a { background-color: rgb(195,201,61); }
div.DivClassName
{
background-color: #C3C93D;
}
.BgClassName
{
background-color: #C3C93D;
}
</style>
border-color css
<style>
span { border-color: #C3C93D; }
span { border-color: rgb(195,201,61); }
td.TdClassName
{
border-color: #C3C93D;
}
.TagClassName
{
border-color: #C3C93D;
}
</style>