Shades of Sunglo #CB675D
Tints of Sunglo #CB675D
RGB
CMYK
RGB Variations
Color information
#CB675D (or 0xCB675D) is known color: Sunglo. HEX triplet: CB, 67 and 5D. RGB value is (203,103,93). Sum of RGB (Red+Green+Blue) = 203+103+93=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB675D is #3498A2. Grayscale: #838383. Windows color (decimal): -3446947 or 6121419. OLE color: 6121419.
HSL color Cylindrical-coordinate representation of color #CB675D: hue angle of 5.45º 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 #CB675D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 93 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.20 |
| HSL | 5.45º | 0.51% | 0.58% | - |
| HSV(B) | 5.45º | 0.54% | 0.8% | - |
| XYZ | 31.45 | 23.19 | 13.17 | - |
| YUV | 131.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 93 | 0 | 0.49 | 0.54 | 0.20 | 5.45 | 0.51 | 0.58 |
| Hex | CB | 67 | 5D | 0 | 31 | 36 | 14 | 5 | 33 | 3A |
| Octal | 313 | 147 | 135 | 0 | 61 | 66 | 24 | 5 | 63 | 72 |
| Binary | 11001011 | 1100111 | 1011101 | 0 | 110001 | 110110 | 10100 | 101 | 110011 | 111010 |
Color Harmonies of #CB675D
Complementary color
Monochromatic Colors of #CB675D
Black with #CB675D
Text Example
Text Example
White with #CB675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB675D; }
p { color: rgb(203,103,93); }
H1.HeaderClassName
{
color: #CB675D;
}
.AnyTagClassName
{
color: #CB675D;
}
</style>
background-color css
<style>
a { background-color: #CB675D; }
a { background-color: rgb(203,103,93); }
div.DivClassName
{
background-color: #CB675D;
}
.BgClassName
{
background-color: #CB675D;
}
</style>
border-color css
<style>
span { border-color: #CB675D; }
span { border-color: rgb(203,103,93); }
td.TdClassName
{
border-color: #CB675D;
}
.TagClassName
{
border-color: #CB675D;
}
</style>