Shades of Sunglo #CB6754
Tints of Sunglo #CB6754
RGB
CMYK
RGB Variations
Color information
#CB6754 (or 0xCB6754) is known color: Sunglo. HEX triplet: CB, 67 and 54. RGB value is (203,103,84). Sum of RGB (Red+Green+Blue) = 203+103+84=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6754 is #3498AB. Grayscale: #828282. Windows color (decimal): -3446956 or 5531595. OLE color: 5531595.
HSL color Cylindrical-coordinate representation of color #CB6754: hue angle of 9.58º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB6754 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 84 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.20 |
| HSL | 9.58º | 0.53% | 0.56% | - |
| HSV(B) | 9.58º | 0.59% | 0.8% | - |
| XYZ | 31.08 | 23.04 | 11.2 | - |
| YUV | 130.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 84 | 0 | 0.49 | 0.59 | 0.20 | 9.58 | 0.53 | 0.56 |
| Hex | CB | 67 | 54 | 0 | 31 | 3B | 14 | A | 35 | 38 |
| Octal | 313 | 147 | 124 | 0 | 61 | 73 | 24 | 12 | 65 | 70 |
| Binary | 11001011 | 1100111 | 1010100 | 0 | 110001 | 111011 | 10100 | 1010 | 110101 | 111000 |
Color Harmonies of #CB6754
Complementary color
Monochromatic Colors of #CB6754
Black with #CB6754
Text Example
Text Example
White with #CB6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6754; }
p { color: rgb(203,103,84); }
H1.HeaderClassName
{
color: #CB6754;
}
.AnyTagClassName
{
color: #CB6754;
}
</style>
background-color css
<style>
a { background-color: #CB6754; }
a { background-color: rgb(203,103,84); }
div.DivClassName
{
background-color: #CB6754;
}
.BgClassName
{
background-color: #CB6754;
}
</style>
border-color css
<style>
span { border-color: #CB6754; }
span { border-color: rgb(203,103,84); }
td.TdClassName
{
border-color: #CB6754;
}
.TagClassName
{
border-color: #CB6754;
}
</style>