Shades of Buddha Gold #CC960B
Tints of Buddha Gold #CC960B
RGB
CMYK
RGB Variations
Color information
#CC960B (or 0xCC960B) is known color: Buddha Gold. HEX triplet: CC, 96 and 0B. RGB value is (204,150,11). Sum of RGB (Red+Green+Blue) = 204+150+11=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC960B is #3369F4. Grayscale: #969696. Windows color (decimal): -3369461 or 759500. OLE color: 759500.
HSL color Cylindrical-coordinate representation of color #CC960B: hue angle of 43.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC960B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 150 | 11 | - |
CMYK | 0 | 0.26 | 0.95 | 0.2 |
HSL | 43.21º | 0.9% | 0.42% | - |
HSV(B) | 43.21º | 0.95% | 0.8% | - |
XYZ | 35.87 | 34.67 | 5.12 | - |
YUV | 150.3 | 49.39 | 166.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 150 | 11 | 0 | 0.26 | 0.95 | 0.2 | 43.21 | 0.9 | 0.42 |
Hex | CC | 96 | B | 0 | 1A | 5F | 14 | 2B | 5A | 2A |
Octal | 314 | 226 | 13 | 0 | 32 | 137 | 24 | 53 | 132 | 52 |
Binary | 11001100 | 10010110 | 1011 | 0 | 11010 | 1011111 | 10100 | 101011 | 1011010 | 101010 |
Color Harmonies of #CC960B
Complementary color
Monochromatic Colors of #CC960B
Black with #CC960B
Text Example
Text Example
White with #CC960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC960B; }
p { color: rgb(204,150,11); }
H1.HeaderClassName
{
color: #CC960B;
}
.AnyTagClassName
{
color: #CC960B;
}
</style>
background-color css
<style>
a { background-color: #CC960B; }
a { background-color: rgb(204,150,11); }
div.DivClassName
{
background-color: #CC960B;
}
.BgClassName
{
background-color: #CC960B;
}
</style>
border-color css
<style>
span { border-color: #CC960B; }
span { border-color: rgb(204,150,11); }
td.TdClassName
{
border-color: #CC960B;
}
.TagClassName
{
border-color: #CC960B;
}
</style>