Html Css Color HEX #CBA113 Buddha Gold

📋 copy color: '#CBA113'

red 203 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #CBA113

Tints of Buddha Gold #CBA113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 53%
G = 42.04%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA113 (or 0xCBA113) is known color: Buddha Gold. HEX triplet: CB, A1 and 13. RGB value is (203,161,19). Sum of RGB (Red+Green+Blue) = 203+161+19=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA113 is #345EEC. Grayscale: #9D9D9D. Windows color (decimal): -3432173 or 1286603. OLE color: 1286603.

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

Color convert

RGB 203 161 19 -
CMYK 0 0.21 0.91 0.20
HSL 46.3º 0.83% 0.44% -
HSV(B) 46.3º 0.91% 0.8% -
XYZ 37.49 38.23 6.02 -
YUV 157.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 203 161 19 0 0.21 0.91 0.20 46.3 0.83 0.44
Hex CB A1 13 0 15 5B 14 2E 53 2C
Octal 313 241 23 0 25 133 24 56 123 54
Binary 11001011 10100001 10011 0 10101 1011011 10100 101110 1010011 101100

Color Harmonies of #CBA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA113

Black with #CBA113

Text Example


Text Example

White with #CBA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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