Shades of Sunglo #CB6953
Tints of Sunglo #CB6953
RGB
CMYK
RGB Variations
Color information
#CB6953 (or 0xCB6953) is known color: Sunglo. HEX triplet: CB, 69 and 53. RGB value is (203,105,83). Sum of RGB (Red+Green+Blue) = 203+105+83=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6953 is #3496AC. Grayscale: #838383. Windows color (decimal): -3446445 or 5466571. OLE color: 5466571.
HSL color Cylindrical-coordinate representation of color #CB6953: hue angle of 11º degrees, saturation: 0.54, 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 #CB6953 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 83 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.20 |
| HSL | 11º | 0.54% | 0.56% | - |
| HSV(B) | 11º | 0.59% | 0.8% | - |
| XYZ | 31.24 | 23.42 | 11.06 | - |
| YUV | 131.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 83 | 0 | 0.48 | 0.59 | 0.20 | 11 | 0.54 | 0.56 |
| Hex | CB | 69 | 53 | 0 | 30 | 3B | 14 | B | 36 | 38 |
| Octal | 313 | 151 | 123 | 0 | 60 | 73 | 24 | 13 | 66 | 70 |
| Binary | 11001011 | 1101001 | 1010011 | 0 | 110000 | 111011 | 10100 | 1011 | 110110 | 111000 |
Color Harmonies of #CB6953
Complementary color
Monochromatic Colors of #CB6953
Black with #CB6953
Text Example
Text Example
White with #CB6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6953; }
p { color: rgb(203,105,83); }
H1.HeaderClassName
{
color: #CB6953;
}
.AnyTagClassName
{
color: #CB6953;
}
</style>
background-color css
<style>
a { background-color: #CB6953; }
a { background-color: rgb(203,105,83); }
div.DivClassName
{
background-color: #CB6953;
}
.BgClassName
{
background-color: #CB6953;
}
</style>
border-color css
<style>
span { border-color: #CB6953; }
span { border-color: rgb(203,105,83); }
td.TdClassName
{
border-color: #CB6953;
}
.TagClassName
{
border-color: #CB6953;
}
</style>