Shades of Sunglo #CB665B
Tints of Sunglo #CB665B
RGB
CMYK
RGB Variations
Color information
#CB665B (or 0xCB665B) is known color: Sunglo. HEX triplet: CB, 66 and 5B. RGB value is (203,102,91). Sum of RGB (Red+Green+Blue) = 203+102+91=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB665B is #3499A4. Grayscale: #838383. Windows color (decimal): -3447205 or 5990091. OLE color: 5990091.
HSL color Cylindrical-coordinate representation of color #CB665B: hue angle of 5.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB665B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 91 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.20 |
| HSL | 5.89º | 0.52% | 0.58% | - |
| HSV(B) | 5.89º | 0.55% | 0.8% | - |
| XYZ | 31.27 | 22.95 | 12.68 | - |
| YUV | 130.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 91 | 0 | 0.50 | 0.55 | 0.20 | 5.89 | 0.52 | 0.58 |
| Hex | CB | 66 | 5B | 0 | 32 | 37 | 14 | 6 | 34 | 3A |
| Octal | 313 | 146 | 133 | 0 | 62 | 67 | 24 | 6 | 64 | 72 |
| Binary | 11001011 | 1100110 | 1011011 | 0 | 110010 | 110111 | 10100 | 110 | 110100 | 111010 |
Color Harmonies of #CB665B
Complementary color
Monochromatic Colors of #CB665B
Black with #CB665B
Text Example
Text Example
White with #CB665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB665B; }
p { color: rgb(203,102,91); }
H1.HeaderClassName
{
color: #CB665B;
}
.AnyTagClassName
{
color: #CB665B;
}
</style>
background-color css
<style>
a { background-color: #CB665B; }
a { background-color: rgb(203,102,91); }
div.DivClassName
{
background-color: #CB665B;
}
.BgClassName
{
background-color: #CB665B;
}
</style>
border-color css
<style>
span { border-color: #CB665B; }
span { border-color: rgb(203,102,91); }
td.TdClassName
{
border-color: #CB665B;
}
.TagClassName
{
border-color: #CB665B;
}
</style>