Shades of Sunglo #CB625A
Tints of Sunglo #CB625A
RGB
CMYK
RGB Variations
Color information
#CB625A (or 0xCB625A) is known color: Sunglo. HEX triplet: CB, 62 and 5A. RGB value is (203,98,90). Sum of RGB (Red+Green+Blue) = 203+98+90=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB625A is #349DA5. Grayscale: #808080. Windows color (decimal): -3448230 or 5923531. OLE color: 5923531.
HSL color Cylindrical-coordinate representation of color #CB625A: hue angle of 4.25º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB625A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 90 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.20 |
| HSL | 4.25º | 0.52% | 0.57% | - |
| HSV(B) | 4.25º | 0.56% | 0.8% | - |
| XYZ | 30.84 | 22.17 | 12.33 | - |
| YUV | 128.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 90 | 0 | 0.52 | 0.56 | 0.20 | 4.25 | 0.52 | 0.57 |
| Hex | CB | 62 | 5A | 0 | 34 | 38 | 14 | 4 | 34 | 39 |
| Octal | 313 | 142 | 132 | 0 | 64 | 70 | 24 | 4 | 64 | 71 |
| Binary | 11001011 | 1100010 | 1011010 | 0 | 110100 | 111000 | 10100 | 100 | 110100 | 111001 |
Color Harmonies of #CB625A
Complementary color
Monochromatic Colors of #CB625A
Black with #CB625A
Text Example
Text Example
White with #CB625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB625A; }
p { color: rgb(203,98,90); }
H1.HeaderClassName
{
color: #CB625A;
}
.AnyTagClassName
{
color: #CB625A;
}
</style>
background-color css
<style>
a { background-color: #CB625A; }
a { background-color: rgb(203,98,90); }
div.DivClassName
{
background-color: #CB625A;
}
.BgClassName
{
background-color: #CB625A;
}
</style>
border-color css
<style>
span { border-color: #CB625A; }
span { border-color: rgb(203,98,90); }
td.TdClassName
{
border-color: #CB625A;
}
.TagClassName
{
border-color: #CB625A;
}
</style>