Html Css Color HEX #CBA50C Buddha Gold

📋 copy color: '#CBA50C'

red 203 ◦ green 165 ◦ blue 12

#CBA50C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CBA50C

Tints of Buddha Gold #CBA50C

RGB

 RED value IS 203 (79.69% from 255) = 53.42%

 GREEN value IS 165 (64.84% from 255) = 43.42%

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 53.42%
G = 43.42%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA50C (or 0xCBA50C) is known color: Buddha Gold. HEX triplet: CB, A5 and 0C. RGB value is (203,165,12). Sum of RGB (Red+Green+Blue) = 203+165+12=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA50C is #345AF3. Grayscale: #9F9F9F. Windows color (decimal): -3431156 or 828875. OLE color: 828875.

HSL color Cylindrical-coordinate representation of color #CBA50C: hue angle of 48.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBA50C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 12 -
CMYK 0 0.19 0.94 0.20
HSL 48.06º 0.89% 0.42% -
HSV(B) 48.06º 0.94% 0.8% -
XYZ 38.15 39.63 5.99 -
YUV 158.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 203 165 12 0 0.19 0.94 0.20 48.06 0.89 0.42
Hex CB A5 C 0 13 5E 14 30 59 2A
Octal 313 245 14 0 23 136 24 60 131 52
Binary 11001011 10100101 1100 0 10011 1011110 10100 110000 1011001 101010

Color Harmonies of #CBA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA50C

Black with #CBA50C

Text Example


Text Example

White with #CBA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA50C; }

 p { color: rgb(203,165,12); }

 H1.HeaderClassName
 {
   color: #CBA50C;
 }
 .AnyTagClassName
 {
   color: #CBA50C;
 }
</style>

background-color css

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

 a { background-color: rgb(203,165,12); }

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

border-color css

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

 span { border-color: rgb(203,165,12); }

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