Shades of Sundance #CBAF4E
Tints of Sundance #CBAF4E
RGB
CMYK
RGB Variations
Color information
#CBAF4E (or 0xCBAF4E) is known color: Sundance. HEX triplet: CB, AF and 4E. RGB value is (203,175,78). Sum of RGB (Red+Green+Blue) = 203+175+78=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF4E is #3450B1. Grayscale: #ACACAC. Windows color (decimal): -3428530 or 5156811. OLE color: 5156811.
HSL color Cylindrical-coordinate representation of color #CBAF4E: hue angle of 46.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBAF4E is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 78 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.20 |
| HSL | 46.56º | 0.55% | 0.55% | - |
| HSV(B) | 46.56º | 0.62% | 0.8% | - |
| XYZ | 41.33 | 43.91 | 13.5 | - |
| YUV | 172.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 78 | 0 | 0.14 | 0.62 | 0.20 | 46.56 | 0.55 | 0.55 |
| Hex | CB | AF | 4E | 0 | E | 3E | 14 | 2F | 37 | 37 |
| Octal | 313 | 257 | 116 | 0 | 16 | 76 | 24 | 57 | 67 | 67 |
| Binary | 11001011 | 10101111 | 1001110 | 0 | 1110 | 111110 | 10100 | 101111 | 110111 | 110111 |
Color Harmonies of #CBAF4E
Complementary color
Monochromatic Colors of #CBAF4E
Black with #CBAF4E
Text Example
Text Example
White with #CBAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF4E; }
p { color: rgb(203,175,78); }
H1.HeaderClassName
{
color: #CBAF4E;
}
.AnyTagClassName
{
color: #CBAF4E;
}
</style>
background-color css
<style>
a { background-color: #CBAF4E; }
a { background-color: rgb(203,175,78); }
div.DivClassName
{
background-color: #CBAF4E;
}
.BgClassName
{
background-color: #CBAF4E;
}
</style>
border-color css
<style>
span { border-color: #CBAF4E; }
span { border-color: rgb(203,175,78); }
td.TdClassName
{
border-color: #CBAF4E;
}
.TagClassName
{
border-color: #CBAF4E;
}
</style>