Shades of Sunglo #CB674F
Tints of Sunglo #CB674F
RGB
CMYK
RGB Variations
Color information
#CB674F (or 0xCB674F) is known color: Sunglo. HEX triplet: CB, 67 and 4F. RGB value is (203,103,79). Sum of RGB (Red+Green+Blue) = 203+103+79=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB674F is #3498B0. Grayscale: #828282. Windows color (decimal): -3446961 or 5203915. OLE color: 5203915.
HSL color Cylindrical-coordinate representation of color #CB674F: hue angle of 11.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB674F is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 79 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.20 |
| HSL | 11.61º | 0.54% | 0.55% | - |
| HSV(B) | 11.61º | 0.61% | 0.8% | - |
| XYZ | 30.89 | 22.96 | 10.2 | - |
| YUV | 130.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 79 | 0 | 0.49 | 0.61 | 0.20 | 11.61 | 0.54 | 0.55 |
| Hex | CB | 67 | 4F | 0 | 31 | 3D | 14 | C | 36 | 37 |
| Octal | 313 | 147 | 117 | 0 | 61 | 75 | 24 | 14 | 66 | 67 |
| Binary | 11001011 | 1100111 | 1001111 | 0 | 110001 | 111101 | 10100 | 1100 | 110110 | 110111 |
Color Harmonies of #CB674F
Complementary color
Monochromatic Colors of #CB674F
Black with #CB674F
Text Example
Text Example
White with #CB674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB674F; }
p { color: rgb(203,103,79); }
H1.HeaderClassName
{
color: #CB674F;
}
.AnyTagClassName
{
color: #CB674F;
}
</style>
background-color css
<style>
a { background-color: #CB674F; }
a { background-color: rgb(203,103,79); }
div.DivClassName
{
background-color: #CB674F;
}
.BgClassName
{
background-color: #CB674F;
}
</style>
border-color css
<style>
span { border-color: #CB674F; }
span { border-color: rgb(203,103,79); }
td.TdClassName
{
border-color: #CB674F;
}
.TagClassName
{
border-color: #CB674F;
}
</style>