Shades of Costa Del Sol #625C02
Tints of Costa Del Sol #625C02
RGB
CMYK
RGB Variations
Color information
#625C02 (or 0x625C02) is known color: Costa Del Sol. HEX triplet: 62, 5C and 02. RGB value is (98,92,2). Sum of RGB (Red+Green+Blue) = 98+92+2=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C02 is #9DA3FD. Grayscale: #535353. Windows color (decimal): -10331134 or 154722. OLE color: 154722.
HSL color Cylindrical-coordinate representation of color #625C02: hue angle of 56.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #625C02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.62 |
| HSL | 56.25º | 0.96% | 0.2% | - |
| HSV(B) | 56.25º | 0.98% | 0.38% | - |
| XYZ | 8.88 | 10.26 | 1.57 | - |
| YUV | 83.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 2 | 0 | 0.06 | 0.98 | 0.62 | 56.25 | 0.96 | 0.2 |
| Hex | 62 | 5C | 2 | 0 | 6 | 62 | 3E | 38 | 60 | 14 |
| Octal | 142 | 134 | 2 | 0 | 6 | 142 | 76 | 70 | 140 | 24 |
| Binary | 1100010 | 1011100 | 10 | 0 | 110 | 1100010 | 111110 | 111000 | 1100000 | 10100 |
Color Harmonies of #625C02
Complementary color
Monochromatic Colors of #625C02
Black with #625C02
Text Example
Text Example
White with #625C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C02; }
p { color: rgb(98,92,2); }
H1.HeaderClassName
{
color: #625C02;
}
.AnyTagClassName
{
color: #625C02;
}
</style>
background-color css
<style>
a { background-color: #625C02; }
a { background-color: rgb(98,92,2); }
div.DivClassName
{
background-color: #625C02;
}
.BgClassName
{
background-color: #625C02;
}
</style>
border-color css
<style>
span { border-color: #625C02; }
span { border-color: rgb(98,92,2); }
td.TdClassName
{
border-color: #625C02;
}
.TagClassName
{
border-color: #625C02;
}
</style>