#CB9C0F

Color #CB9C0F Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CB9C0F

Tints of Buddha Gold #CB9C0F

Color information

#CB9C0F (or 0xCB9C0F) is unknown color: approx Buddha Gold. HEX triplet: CB, 9C and 0F. RGB value is (203,156,15). Sum of RGB (Red+Green+Blue) = 203+156+15=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9C0F is #3463F0. Grayscale: #9A9A9A. Windows color (decimal): -3433457 or 1023179. OLE color: 1023179.

HSL color Cylindrical-coordinate representation of color #CB9C0F: hue angle of 45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB9C0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20315615-
CMYK00.230.930.20
HSL45º86.24%42.75%-
HSV(B)45º92.61%79.61%-
XYZ36.636.515.57-
YUV153.9849.57162.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 15 (6.25% from 255) = 4.01%
R=54.28%
G=41.71%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031561500.230.930.204586.2442.75
HexCB9CF0175D142d562b
Octal31323417027135245512653
Binary110010111001110011110101111011101101001011011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C0F; }

 p { color: rgb(203,156,15); }

 H1.HeaderClassName
 {
   color: #CB9C0F;
 }
 .AnyTagClassName
 {
   color: #CB9C0F;
 }
</style>
background-color css

<style>
 a { background-color: #CB9C0F; }

 a { background-color: rgb(203,156,15); }

 div.DivClassName
 {
   background-color: #CB9C0F;
 }
 .BgClassName
 {
   background-color: #CB9C0F;
 }
</style>
border-color css

<style>
 span { border-color: #CB9C0F; }

 span { border-color: rgb(203,156,15); }

 td.TdClassName
 {
   border-color: #CB9C0F;
 }
 .TagClassName
 {
   border-color: #CB9C0F;
 }
</style>