#CBA00E

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

Shades of Buddha Gold #CBA00E

Tints of Buddha Gold #CBA00E

Color information

#CBA00E (or 0xCBA00E) is unknown color: approx Buddha Gold. HEX triplet: CB, A0 and 0E. RGB value is (203,160,14). Sum of RGB (Red+Green+Blue) = 203+160+14=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA00E is #345FF1. Grayscale: #9C9C9C. Windows color (decimal): -3432434 or 958667. OLE color: 958667.

HSL color Cylindrical-coordinate representation of color #CBA00E: hue angle of 46.35º degrees, saturation: 0.87, 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 #CBA00E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20316014-
CMYK00.210.930.20
HSL46.35º87.1%42.55%-
HSV(B)46.35º93.1%79.61%-
XYZ37.2837.875.76-
YUV156.2147.75161.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 14 (5.86% from 255) = 3.71%
R=53.85%
G=42.44%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031601400.210.930.2046.3587.142.55
HexCBA0E0155D142e572b
Octal31324016025135245612753
Binary110010111010000011100101011011101101001011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA00E; }

 p { color: rgb(203,160,14); }

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

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

 a { background-color: rgb(203,160,14); }

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

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

 span { border-color: rgb(203,160,14); }

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