Html Css Color HEX #CBA118 Buddha Gold

📋 copy color: '#CBA118'

red 203 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #CBA118

Tints of Buddha Gold #CBA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 52.32%
G = 41.49%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBA118 (or 0xCBA118) is known color: Buddha Gold. HEX triplet: CB, A1 and 18. RGB value is (203,161,24). Sum of RGB (Red+Green+Blue) = 203+161+24=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA118 is #345EE7. Grayscale: #9E9E9E. Windows color (decimal): -3432168 or 1614283. OLE color: 1614283.

HSL color Cylindrical-coordinate representation of color #CBA118: hue angle of 45.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBA118 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 24 -
CMYK 0 0.21 0.88 0.20
HSL 45.92º 0.79% 0.45% -
HSV(B) 45.92º 0.88% 0.8% -
XYZ 37.54 38.25 6.27 -
YUV 157.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 203 161 24 0 0.21 0.88 0.20 45.92 0.79 0.45
Hex CB A1 18 0 15 58 14 2E 4F 2D
Octal 313 241 30 0 25 130 24 56 117 55
Binary 11001011 10100001 11000 0 10101 1011000 10100 101110 1001111 101101

Color Harmonies of #CBA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA118

Black with #CBA118

Text Example


Text Example

White with #CBA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA118; }

 p { color: rgb(203,161,24); }

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

background-color css

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

 a { background-color: rgb(203,161,24); }

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

border-color css

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

 span { border-color: rgb(203,161,24); }

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