Shades of Sunglo #CB675E
Tints of Sunglo #CB675E
RGB
CMYK
RGB Variations
Color information
#CB675E (or 0xCB675E) is known color: Sunglo. HEX triplet: CB, 67 and 5E. RGB value is (203,103,94). Sum of RGB (Red+Green+Blue) = 203+103+94=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB675E is #3498A1. Grayscale: #848484. Windows color (decimal): -3446946 or 6186955. OLE color: 6186955.
HSL color Cylindrical-coordinate representation of color #CB675E: hue angle of 4.95º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB675E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 94 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.20 |
| HSL | 4.95º | 0.51% | 0.58% | - |
| HSV(B) | 4.95º | 0.54% | 0.8% | - |
| XYZ | 31.5 | 23.21 | 13.41 | - |
| YUV | 131.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 94 | 0 | 0.49 | 0.54 | 0.20 | 4.95 | 0.51 | 0.58 |
| Hex | CB | 67 | 5E | 0 | 31 | 36 | 14 | 5 | 33 | 3A |
| Octal | 313 | 147 | 136 | 0 | 61 | 66 | 24 | 5 | 63 | 72 |
| Binary | 11001011 | 1100111 | 1011110 | 0 | 110001 | 110110 | 10100 | 101 | 110011 | 111010 |
Color Harmonies of #CB675E
Complementary color
Monochromatic Colors of #CB675E
Black with #CB675E
Text Example
Text Example
White with #CB675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB675E; }
p { color: rgb(203,103,94); }
H1.HeaderClassName
{
color: #CB675E;
}
.AnyTagClassName
{
color: #CB675E;
}
</style>
background-color css
<style>
a { background-color: #CB675E; }
a { background-color: rgb(203,103,94); }
div.DivClassName
{
background-color: #CB675E;
}
.BgClassName
{
background-color: #CB675E;
}
</style>
border-color css
<style>
span { border-color: #CB675E; }
span { border-color: rgb(203,103,94); }
td.TdClassName
{
border-color: #CB675E;
}
.TagClassName
{
border-color: #CB675E;
}
</style>