Shades of Sunglo #CB685A
Tints of Sunglo #CB685A
RGB
CMYK
RGB Variations
Color information
#CB685A (or 0xCB685A) is known color: Sunglo. HEX triplet: CB, 68 and 5A. RGB value is (203,104,90). Sum of RGB (Red+Green+Blue) = 203+104+90=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB685A is #3497A5. Grayscale: #848484. Windows color (decimal): -3446694 or 5925067. OLE color: 5925067.
HSL color Cylindrical-coordinate representation of color #CB685A: hue angle of 7.43º 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 #CB685A is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 90 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.20 |
| HSL | 7.43º | 0.52% | 0.57% | - |
| HSV(B) | 7.43º | 0.56% | 0.8% | - |
| XYZ | 31.42 | 23.34 | 12.52 | - |
| YUV | 132.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 90 | 0 | 0.49 | 0.56 | 0.20 | 7.43 | 0.52 | 0.57 |
| Hex | CB | 68 | 5A | 0 | 31 | 38 | 14 | 7 | 34 | 39 |
| Octal | 313 | 150 | 132 | 0 | 61 | 70 | 24 | 7 | 64 | 71 |
| Binary | 11001011 | 1101000 | 1011010 | 0 | 110001 | 111000 | 10100 | 111 | 110100 | 111001 |
Color Harmonies of #CB685A
Complementary color
Monochromatic Colors of #CB685A
Black with #CB685A
Text Example
Text Example
White with #CB685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB685A; }
p { color: rgb(203,104,90); }
H1.HeaderClassName
{
color: #CB685A;
}
.AnyTagClassName
{
color: #CB685A;
}
</style>
background-color css
<style>
a { background-color: #CB685A; }
a { background-color: rgb(203,104,90); }
div.DivClassName
{
background-color: #CB685A;
}
.BgClassName
{
background-color: #CB685A;
}
</style>
border-color css
<style>
span { border-color: #CB685A; }
span { border-color: rgb(203,104,90); }
td.TdClassName
{
border-color: #CB685A;
}
.TagClassName
{
border-color: #CB685A;
}
</style>